jeromegn / DocumentUp

Pretty documentation generator for Github projects with proper Readme.
http://documentup.com
884 stars 90 forks source link

Markdown does not support fenced code with syntax highlighting #57

Closed ndarville closed 11 years ago

ndarville commented 12 years ago

This Markdown syntax for <pre> tags with syntax-highlighting is not supported by DocumentUp:

~~~python
foo = 1 + 2*3
~~~

which, on GitHub, yields:

foo = 1 + 2*3

Unfortunately, this syntax is unsupported by DocumentUp. Compare these parts of my README

Here is the recompile link.

Thanks for a fantastic service!

jeromegn commented 11 years ago

I'm sorry for not getting back to your earlier. Looks like you deleted the project. The ``` syntax does work though.