pandoc/src/Text/Pandoc
Albert Krewinkel 6d6724cf2c Org reader: Support more types of '#+BEGIN_<type>' blocks
Support for standard org-blocks is improved.  The parser now handles
"HTML", "LATEX", "ASCII", "EXAMPLE", "QUOTE" and "VERSE" blocks in a
sensible fashion.
2014-04-17 18:33:39 +02:00
..
Compat Text.Pandoc.Compat.Monoid: Small improvements to the (<>) definition. 2013-08-12 16:21:24 -07:00
Readers Org reader: Support more types of '#+BEGIN_<type>' blocks 2014-04-17 18:33:39 +02:00
Writers Merge pull request #1240 from neilmayhew/master 2014-04-13 14:37:28 -07:00
Asciify.hs Added Text.Pandoc.Asciify utility module. 2013-04-23 20:10:24 -07:00
Data.hsb Use hsb2hs preprocessor instead of TH for embed_data_files. 2013-01-23 19:26:39 -08:00
Highlighting.hs LaTeX reader: Handle language attribute for lstlistings. 2013-03-05 22:43:27 -08:00
ImageSize.hs ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6. 2014-01-24 16:00:53 -08:00
MIME.hs EPUB writer: Incorporate files linked in <video> tags. 2014-03-14 15:18:43 -07:00
Options.hs Added readerTrace to ReaderOptions, --trace command line opt. 2014-02-25 22:43:58 -08:00
Parsing.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
PDF.hs Text.Pandoc.PDF: Ensure that temp directories deleted on Windows. 2014-04-05 19:57:42 -07:00
Pretty.hs Removed RenderState datatype context. 2014-02-06 23:10:59 +01:00
Process.hs Added Text.Pandoc.Process (pipeProcess). 2013-08-08 15:15:12 -07:00
SelfContained.hs SelfContained: Handle "poster" attribute in "video" tags. 2014-03-05 09:10:09 -08:00
Shared.hs Shared.openURL: Set proxy with value of http_proxy env variable. 2014-04-05 10:58:32 -07:00
Slides.hs Slides: Preserve <div class="references"> in references slide. 2013-10-29 10:40:40 -07:00
Templates.hs Templates: YAML objects resolve to "true" in conditionals. 2014-03-05 08:47:20 -08:00
UTF8.hs Remove CPP from default-extensions; add pragmas to modules as needed. 2013-08-04 14:12:13 -07:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs Added Text.Pandoc.Compat.TagSoupEntity. 2013-08-08 10:42:52 -07:00