pandoc/tests/Tests/Readers
Albert Krewinkel 71bd4fb2b3 Org reader: Read inline code blocks
Org's inline code blocks take forms like `src_haskell(print "hi")` and
are frequently used to include results from computations called from
within the document.  The blocks are read as inline code and marked with
the special class `rundoc-block`.  Proper handling and execution of
these blocks is the subject of a separate library, rundoc, which is
work in progress.

This closes #1278.
2014-05-06 13:21:26 +02:00
..
LaTeX.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Markdown.hs Added test for #1154. 2014-05-04 08:19:48 -07:00
Org.hs Org reader: Read inline code blocks 2014-05-06 13:21:26 +02:00
RST.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00