summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Added stateWarnings to ParserState, added warning function.John MacFarlane2012-10-05
* Textile reader: Implemented comment blocks.John MacFarlane2012-10-05
* Remove newline after <br/> in translation of LineBreakBrent Yorgey2012-10-04
* Docx writer: Added nsid to abstractNum elements.John MacFarlane2012-10-02
* Use integer ids for bookmarks.John MacFarlane2012-10-02
* RST reader: Removed 'plain' in blocks, since 'para' includes it.John MacFarlane2012-09-30
* RST reader: Consolidate super/subscript, math into interpretedRole.John MacFarlane2012-09-30
* RST reader: Renamed 'image' to 'subst', since it now handles more.John MacFarlane2012-09-30
* 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