pandoc/src/Text/Pandoc
Albert Krewinkel 27a8603278 Org reader: allow toggling header args
Org-mode allows to skip the argument of a code block header argument if
it's toggling a value.  Argument-less headers are now recognized,
avoiding weird parsing errors.

The fixes are not exactly pretty, but neither is the code that was
fixed.  So I guess it's about par for the course.  However, a rewrite of
the header parsing code wouldn't hurt in the long run.

Thanks to @jo-tham for filing the bug report.

This fixes #2269.
2015-10-25 08:54:00 +01:00
..
Compat More changes to avoid compiler warnings on ghc 7.10. 2015-10-14 10:06:18 -07:00
Readers Org reader: allow toggling header args 2015-10-25 08:54:00 +01:00
Writers Avoid compiler warning for unused identifier. 2015-10-22 21:05:52 -07:00
Asciify.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
CSS.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Data.hsb Text.Pandoc.Data: store paths in dataFiles using posix separators. 2015-10-17 22:04:02 -07:00
Error.hs Removed unnecessary import. 2015-10-11 17:27:00 -07:00
Highlighting.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
ImageSize.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
MediaBag.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
MIME.hs Fixed svg handling in EPUB writer. 2015-05-27 11:46:02 -07:00
Options.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Parsing.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
PDF.hs Allow use of ConTeXt to generate PDFs. 2015-10-20 08:16:17 -07:00
Pretty.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Process.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
SelfContained.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Shared.hs Remove compiler warning with embed_data_files. 2015-10-17 21:21:52 -07:00
Slides.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Templates.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
UTF8.hs UTF8: Better handling of bare CRs in input files. 2015-05-05 12:42:50 -07:00
UUID.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
XML.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00