summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Ignore unknown interpreted roles.John MacFarlane2012-09-30
* RST reader: Removed requirement that directives begin at left margin.John MacFarlane2012-09-30
* RST reader: Require whitespace after field list field names.John MacFarlane2012-09-30
* RST reader: Consolidated rawBlock into directive.John MacFarlane2012-09-30
* RST reader: Handle replace:: and unicode:: substitutions.John MacFarlane2012-09-30
* RST reader: Make directive labels case-insensitive.John MacFarlane2012-09-29
* RST reader: Folded figureBlock into directive.John MacFarlane2012-09-29
* RST reader: Made comments a separate parser.John MacFarlane2012-09-29
* RST reader: Folded image block handling into directive.John MacFarlane2012-09-29
* RST reader: Folded code block parsers into directive.John MacFarlane2012-09-29
* RST reader: Folded default-role parser into directive.John MacFarlane2012-09-29
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* RST reader: Consolidated math block parsers into directive.John MacFarlane2012-09-29
* RST reader: Refactored directive parser.John MacFarlane2012-09-29
* Adjusted pandoc.hs for changes in Biblio module.John MacFarlane2012-09-29
* Biblio: csl parameter now a string rather than a filepath.John MacFarlane2012-09-29
* Markdown reader: Worked around some sepBy's.John MacFarlane2012-09-29
* UTF8: Removed unneeded imports.John MacFarlane2012-09-29
* Textile reader: Avoid parsing dashes as strikeout.John MacFarlane2012-09-28
* Textile reader: Fixed bug affected words ending in hyphen.John MacFarlane2012-09-28
* Textile: Improvements to surround and symbol.John MacFarlane2012-09-28
* RST reader: Support ".. code::".John MacFarlane2012-09-28
* RST reader: Combine para/plain.John MacFarlane2012-09-28
* HTML writer: Use toHtml instead of pre-escaping.John MacFarlane2012-09-28
* RST reader: Made para parser slightly more efficient.John MacFarlane2012-09-28
* RST reader: Use Text.Pandoc.Builder.John MacFarlane2012-09-27
* Shared: Export compactify', formerly in Markdown reader.John MacFarlane2012-09-27
* Parsing: Changed type of stateSubstitutions to use Inlines.John MacFarlane2012-09-27
* Removed nullBlock.John MacFarlane2012-09-27
* RST reader: Support :target: on image substitutions.John MacFarlane2012-09-27
* Added stateSubstitutions to ParserState, use for RST substitutions.John MacFarlane2012-09-27
* Removed Ext_monospace_autolinks.John MacFarlane2012-09-27
* Added Ext_autolink_urls.John MacFarlane2012-09-27
* Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.John MacFarlane2012-09-27
* RST reader: Support :target: on .. image:: blocks.John MacFarlane2012-09-26
* Biblio: Remove workaround for toCapital.John MacFarlane2012-09-26
* Shared: Count \r as space in removeLeading/TrailingSpace.John MacFarlane2012-09-26
* UTF8: Better error message for invalid UTF8.John MacFarlane2012-09-26
* Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane2012-09-25
* Removed need for utf8-string package.John MacFarlane2012-09-25
* UTF8: use universalNewlineMode in reading.John MacFarlane2012-09-25
* Texinfo writer: Fixed internal cross-references.John MacFarlane2012-09-24
* Revert "More intelligent handling of text encodings."John MacFarlane2012-09-23
* More intelligent handling of text encodings.John MacFarlane2012-09-23
* Removed unneeded CPP conditional.John MacFarlane2012-09-23
* Added 'UTF8.' to decodeArg.John MacFarlane2012-09-23
* Revert "Use local encoding for input/output rather than forcing UTF8."John MacFarlane2012-09-23
* Use local encoding for input/output rather than forcing UTF8.John MacFarlane2012-09-23
* UTF8: Export decodeArg.John MacFarlane2012-09-23
* Export encodePath/decodePath from UTF8.John MacFarlane2012-09-23