summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane2013-01-23
* Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane2013-01-23
* Fixed regressions in fenced code blocks.John MacFarlane2013-01-23
* Another fix to the CPP macro in EPUB writer.John MacFarlane2013-01-22
* Fixed MIN_VERSION - need to sub _ for - in blaze-html.John MacFarlane2013-01-22
* Markdown reader: Try lhsCodeBlock before rawTeXBlock.John MacFarlane2013-01-21
* EPUB: condition Blaze Utf8 module name import on blaze-html versionJens Petersen2013-01-22
* Use proportional font for email autolinks with obfuscation.John MacFarlane2013-01-21
* Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2013-01-21
* Fixed bug in uri parser.John MacFarlane2013-01-20
* Fixed bug with escaped % in LaTeX reader.John MacFarlane2013-01-20
* Add data-cites field to citations in HTML5.John MacFarlane2013-01-18
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Convert highlighting-kate language to listings languageJohn MacFarlane2013-01-17
* MIME: Support vs and fs as text/plain.John MacFarlane2013-01-17
* Revert "Markdown reader: Be less restrictive about class attributes."John MacFarlane2013-01-17
* Markdown reader: Be less restrictive about class attributes.John MacFarlane2013-01-16
* Fixed problem with duplicate ids in epub.John MacFarlane2013-01-16
* Implemented Ext_link_attributes in markdown reader.John MacFarlane2013-01-16
* Implemented Ext_mmd_header_identifiers in markdown writer.John MacFarlane2013-01-16
* Implemented Ext_mmd_header_identifiers in markdown reader.John MacFarlane2013-01-16
* Options: Added multimarkdownExtensions.John MacFarlane2013-01-16
* LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane2013-01-15
* Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane2013-01-15
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Case-insensitive parsing of URI schemes.John MacFarlane2013-01-15
* Parsing: Improve oneOfStrings, export oneOfStringsCI.John MacFarlane2013-01-15
* Revised URI parser.John MacFarlane2013-01-15
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Removed some cruft.John MacFarlane2013-01-14
* Parsing: Fixed uri -- escape unicode URLs.John MacFarlane2013-01-14
* Added Ext_implicit_figures.John MacFarlane2013-01-14
* Parsing: Simplified and improved singleQuoteStart.John MacFarlane2013-01-14
* RST writer: Fixes bug with links with duplicate text.John MacFarlane2013-01-13
* RST writer: Properly handle images with no alt text.John MacFarlane2013-01-13
* Markdown reader: Support RST-style line blocks.John MacFarlane2013-01-13
* Moved lineBlockLines to Parsing.John MacFarlane2013-01-13
* RST reader: Refactored line block parser.John MacFarlane2013-01-13
* RST writer: Allow soft breaks w continuations in line blocks.John MacFarlane2013-01-13
* RST reader: Line block improvements.John MacFarlane2013-01-13
* Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane2013-01-13
* Markdown writer: Support Ext_auto_identifiers and Ext_header_attributes.John MacFarlane2013-01-12
* HTML reader: Added html5 tags to list of block-level tags.John MacFarlane2013-01-12
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Changed hspace in last commit to 0.333em.John MacFarlane2013-01-11
* LaTeX writer: Use `\hspace*` for nonbreaking space after line break.John MacFarlane2013-01-11
* Revised EPUB writer given changes in header attributes.John MacFarlane2013-01-11
* EPUB writer: Download images at URLs.John MacFarlane2013-01-11
* Refactoring:John MacFarlane2013-01-11