pandoc/src/Text/Pandoc/Readers
John MacFarlane 74d53f4347 Added Text.Pandoc.Readers.OPML, exporting readOPML.
The _note attribute is supported.  This is unofficial, but
used e.g. in OmniOutliner and supported by multimarkdown.
We treat the contents as markdown blocks under a section
header.

Added to documentation and tests.
2013-03-19 20:22:14 -07:00
..
DocBook.hs Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
HTML.hs HTML reader: Preserve all header attributes. 2013-02-16 17:01:44 -08:00
LaTeX.hs Revert "LaTeX reader: citation handling changes." 2013-03-17 08:48:29 -07:00
Markdown.hs Markdown reader: don't lose parentheses in URLs. 2013-03-13 19:20:25 -07:00
MediaWiki.hs Mediawiki reader: Don't require blanklines after tables. 2013-01-27 23:15:46 -05:00
Native.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
OPML.hs Added Text.Pandoc.Readers.OPML, exporting readOPML. 2013-03-19 20:22:14 -07:00
RST.hs Fixed spacing bugs involving code block attributes. 2013-03-11 20:45:27 -07:00
TeXMath.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Textile.hs Textile reader: Handle attributes on headers. 2013-02-16 18:29:12 -08:00