amyreese / markdown-pp

Preprocessor for Markdown files to generate a table of contents and other documentation needs
MIT License
309 stars 68 forks source link

Support for Pandoc-style code blocks (http://johnmacfarlane.net/pandoc/d... #9

Closed simonvh closed 10 years ago

simonvh commented 10 years ago

...emo/example9/pandocs-markdown.html) and code span elements (http://daringfireball.net/projects /markdown/syntax#code), which should not be rendered to LaTeX

I've made some modifications so that dollar signs within a couple of alternative code elements are not converted to LaTeX, ie

This is bash example mv $1 $2 And another example:

$ rm $file
amyreese commented 10 years ago

Cheers