pandoc/src/Text/Pandoc/Readers
Albert Krewinkel 7852cd5603
Org reader: recognize babel result blocks with attributes
Babel result blocks can have block attributes like captions and names.
Result blocks with attributes were not recognized and were parsed as
normal blocks without attributes.

Fixes: #3706
2017-05-31 20:01:04 +02:00
..
Docx Update dates in copyright notices 2017-05-13 23:30:13 +02:00
Odt Shared: rename compactify', compactify'DL -> compactify, compactifyDL. 2017-01-27 21:36:45 +01:00
Org Org reader: recognize babel result blocks with attributes 2017-05-31 20:01:04 +02:00
CommonMark.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
DocBook.hs Working on readers. 2017-01-25 17:07:40 +01:00
Docx.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
EPUB.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Haddock.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
HTML.hs HTML reader: Add details tag to list of block tags. 2017-05-24 12:11:12 +02:00
LaTeX.hs LaTeX reader: handle escaped & inside table cell. 2017-05-29 22:47:04 +02:00
Markdown.hs Added eastAsianLineBreakFilter to Shared. 2017-05-30 10:22:48 +02:00
MediaWiki.hs MediaWiki reader: don't do curly quotes inside <tt> contexts. 2017-05-25 09:35:25 +02:00
Native.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
Odt.hs Readers: pass errors straight up to PandocMonad. 2017-01-25 17:07:40 +01:00
OPML.hs Stylish-haskell automatic formatting changes. 2017-03-04 13:03:41 +01:00
Org.hs Update dates in copyright notices 2017-05-13 23:30:13 +02:00
RST.hs RST reader: use anyLineNewline in rawListItem (#3702) 2017-05-28 09:29:37 +02:00
Textile.hs Parsing: many1Till: Check for the end condition before parsing 2017-05-28 18:08:11 +02:00
TWiki.hs Parsing: many1Till: Check for the end condition before parsing 2017-05-28 18:08:11 +02:00
Txt2Tags.hs Parsing: Provide parseFromString'. 2017-05-24 22:41:47 +02:00