diff options
author | Albert Krewinkel <tarleb@moltkeplatz.de> | 2014-05-05 14:39:25 +0200 |
---|---|---|
committer | Albert Krewinkel <tarleb@moltkeplatz.de> | 2014-05-06 13:21:26 +0200 |
commit | 71bd4fb2b3778d3906a63938625ebcadca40b8c8 (patch) | |
tree | 14d98ab973473dd372ddb52a586b8aa9c115e15c /tests/Tests/Readers/Markdown.hs | |
parent | 7524e8e1f010868db7d26703f2443f78d4a4ceff (diff) | |
download | pandoc-71bd4fb2b3778d3906a63938625ebcadca40b8c8.tar.gz |
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.
Diffstat (limited to 'tests/Tests/Readers/Markdown.hs')
0 files changed, 0 insertions, 0 deletions