pandoc/src/Text/Pandoc/Readers
Albert Krewinkel 6ded3d41d9 Org reader: Apply captions to code blocks and tables
The `Table` blocktype already takes the caption as an argument, while code
blocks are wrapped in a `Div` block together with a labelling `Span`.
2014-04-19 10:41:45 +02:00
..
Haddock Haddock reader improvements. 2013-04-14 21:39:05 -07:00
DocBook.hs DocBook reader: Better treatment of formalpara. 2014-04-04 22:06:25 -07:00
Haddock.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
HTML.hs HTML reader: Treat processing instructions & declarations as block. 2014-04-11 10:10:54 -07:00
LaTeX.hs LaTeX reader: handle @{} and p{length} in tabular. 2014-04-06 15:11:49 -07:00
Markdown.hs Changed the smart punctuation parser to return Inlines rather than an Inline element and updated files accordingly 2014-04-01 13:53:34 +01:00
MediaWiki.hs MediaWiki reader: Handle table rows containing just an HTML comment. 2014-04-10 16:52:30 -07:00
Native.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
OPML.hs Added Text.Pandoc.Compat.TagSoupEntity. 2013-08-08 10:42:52 -07:00
Org.hs Org reader: Apply captions to code blocks and tables 2014-04-19 10:41:45 +02:00
RST.hs Changed the smart punctuation parser to return Inlines rather than an Inline element and updated files accordingly 2014-04-01 13:53:34 +01:00
TeXMath.hs TexMath: Export readTeXMath', which attends to display/inline. 2013-11-01 14:28:24 -07:00
Textile.hs Textile reader: Improved link parsing. 2014-04-07 21:23:39 -07:00