Added support for pandoc's fenced code blocks
authorMartin Alt <mnalt@gmx.de>
Tue, 27 Oct 2015 21:11:12 +0000 (22:11 +0100)
committerMartin Alt <mnalt@gmx.de>
Tue, 27 Oct 2015 21:11:12 +0000 (22:11 +0100)
Code blocks can be started using three or more ~ characters and stopped
by the same or higher number of ~s. Additionally, pandoc attributes can
be specified. They are ignored in mdp, but may be used to get much nicer
output when converting the md file to html or pdf using pandoc.

For Example:
~~~~ {.bash .linenumbers}
ls $HOME # this is a comment
~~~~

See http://pandoc.org/demo/example9/pandocs-markdown.html


No differences found