markdown is a plain text markup language for conversion to html and other formats
4
votes
0answers
144 views
Stop listings going over page breaks
I am using Pandoc to generate Tex from Markdown. It automatically generates listings when it comes across the appropriate Markdown (code indented four spaces). It then uses the listings package to ...
3
votes
0answers
48 views
Converting RMarkdown to LaTeX without additional packages
I'm wanting to convert a markdown document into LaTeX for inclusion in my thesis. Unfortunately, the output of my command,
pandoc -f markdown -t latex --standalone msim-eg.md > msimeg.tex
...
1
vote
0answers
77 views
How can I convert the tables and math in a latex document to one of the markup languages supported by github's wiki?
I wrote some software documentation in Latex, but need to get it into a more lightweight format.
I used pandoc to convert latex to markdown, but it did not do a very good job of converting tables.
...