pandoc/src
John MacFarlane d1ded4b026 Support github syntax for fenced code blocks.
You can now write

    ```ruby
    x = 2
    ```

instead of

    ~~~ {.ruby}
    x = 2
    ~~~~
2012-01-28 12:25:24 -08:00
..
Tests Removed header 1 property from ConTeXt tests. 2011-12-30 18:21:54 -08:00
Text Support github syntax for fenced code blocks. 2012-01-28 12:25:24 -08:00
pandoc.hs Made beamer an output format, removed pdf as output format. 2012-01-28 11:41:26 -08:00
test-pandoc.hs Markdown writer: Insert HTML comment btw list and indented code block. 2011-06-06 05:56:59 -07:00