pandoc/src/Text/Pandoc
John MacFarlane dcb0b02aa3 Markdown reader: handle 'id' and 'class' in parsing key/value attrs.
# Header {id="myid" class="foo bar"}

is now equivalent to

    # Header {#myid .foo .bar}

Closes #2396.
2015-09-25 23:01:34 -07:00
..
Compat Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. 2014-12-19 16:13:38 -08:00
Readers Markdown reader: handle 'id' and 'class' in parsing key/value attrs. 2015-09-25 23:01:34 -07:00
Writers Merge pull request #2369 from mb21/language-variables 2015-09-22 22:21:06 -07:00
Asciify.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
CSS.hs HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS 2015-07-24 02:53:17 -04:00
Data.hsb Minor fixes to previous commit. 2015-06-28 20:59:18 -07:00
Error.hs Move utility error functions to Text.Pandoc.Shared 2015-02-18 21:09:07 +00:00
Highlighting.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
ImageSize.hs ImageSize: fixed some exif parsing bugs. 2015-05-10 16:52:37 -07:00
MediaBag.hs Derive from Data and Typeable for libpandoc 2015-03-19 17:07:18 +01:00
MIME.hs Fixed svg handling in EPUB writer. 2015-05-27 11:46:02 -07:00
Options.hs Options: Export plainExtensions. 2015-06-27 20:18:14 -07:00
Parsing.hs Parsing: toKey: strip off outer brackets. 2015-07-23 15:34:27 -07:00
PDF.hs PDF: Make sure --latex-engine-opt goes before the filename... 2015-07-08 17:37:54 -07:00
Pretty.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Process.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
SelfContained.hs --self-contained: Fixed overaggressive CSS minimization. 2015-07-15 08:16:42 -07:00
Shared.hs EPUB TOC: replace literal "<br/>" with space. 2015-08-10 16:58:47 -07:00
Slides.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -07:00
Templates.hs Updated copyright notices to -2015. Closes #2111. 2015-04-26 10:18:29 -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