summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Markdown reader: Warn about duplicate note references.John MacFarlane2013-01-04
* Markdown reader: Warn about duplicate link references.John MacFarlane2013-01-04
* Markdown reader: Export readMarkdownWithWarnings.John MacFarlane2013-01-04
* Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane2013-01-03
* LaTeX reader: Make command macros work everywhere, including non-math.John MacFarlane2012-12-12
* Textile reader/writer: Fixed autolinks.John MacFarlane2012-11-06
* Textile parser: Expanded list of stringBreakers.John MacFarlane2012-11-06
* LaTeX reader: skip comments in handleIncludes.John MacFarlane2012-11-05
* Textile reader: Allow newlines before pipes in table.John MacFarlane2012-11-05
* DocBook reader: Support title in "figure" element.John MacFarlane2012-11-02
* LaTeX reader: Avoid include loops.John MacFarlane2012-11-01
* Revert "LaTeX reader: Added code to handleIncludes to avoid inf loops."John MacFarlane2012-11-01
* LaTeX reader: Added code to handleIncludes to avoid inf loops.John MacFarlane2012-11-01
* LaTeX reader: Improved handling of included files.John MacFarlane2012-11-01
* Removed citationSuppressParens.John MacFarlane2012-10-28
* LaTeX reader: Initialize citationSuppressParens field.John MacFarlane2012-10-22
* Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane2012-10-21
* LaTeX reader: Basic \enquote support.John MacFarlane2012-10-15
* LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane2012-10-15
* LaTeX reader: Use normal citations, not author-in-text, for fn cites.John MacFarlane2012-10-14
* Moved bibliography processing into readers.John MacFarlane2012-10-13
* Textile reader: Fixed bug with list items containing line breaks.John MacFarlane2012-10-13
* LaTeX reader: Made rawLaTeXInline more flexible.John MacFarlane2012-10-11
* LaTeX reader: Make `\noindent` inline rather than block.John MacFarlane2012-10-11
* LaTeX reader: Better support for citation commands.John MacFarlane2012-10-10
* RST reader: Don't create empty definition list for metadata field lists.John MacFarlane2012-10-06
* Textile reader: Implemented comment blocks.John MacFarlane2012-10-05
* 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
* Markdown reader: Worked around some sepBy's.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