summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2012-09-30RST reader: Consolidated rawBlock into directive.John MacFarlane
2012-09-30RST reader: Handle replace:: and unicode:: substitutions.John MacFarlane
2012-09-29RST reader: Make directive labels case-insensitive.John MacFarlane
2012-09-29RST reader: Folded figureBlock into directive.John MacFarlane
2012-09-29RST reader: Made comments a separate parser.John MacFarlane
2012-09-29RST reader: Folded image block handling into directive.John MacFarlane
2012-09-29RST reader: Folded code block parsers into directive.John MacFarlane
2012-09-29RST reader: Folded default-role parser into directive.John MacFarlane
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane
2012-09-29RST reader: Consolidated math block parsers into directive.John MacFarlane
2012-09-29RST reader: Refactored directive parser.John MacFarlane
2012-09-29Markdown reader: Worked around some sepBy's.John MacFarlane
2012-09-28Textile reader: Avoid parsing dashes as strikeout.John MacFarlane
2012-09-28Textile reader: Fixed bug affected words ending in hyphen.John MacFarlane
2012-09-28Textile: Improvements to surround and symbol.John MacFarlane
2012-09-28RST reader: Support ".. code::".John MacFarlane
2012-09-28RST reader: Combine para/plain.John MacFarlane
2012-09-28RST reader: Made para parser slightly more efficient.John MacFarlane
2012-09-27RST reader: Use Text.Pandoc.Builder.John MacFarlane
2012-09-27Shared: Export compactify', formerly in Markdown reader.John MacFarlane
2012-09-27Removed nullBlock.John MacFarlane
2012-09-27RST reader: Support :target: on image substitutions.John MacFarlane
2012-09-27Added stateSubstitutions to ParserState, use for RST substitutions.John MacFarlane
2012-09-27Removed Ext_monospace_autolinks.John MacFarlane
2012-09-27Added Ext_autolink_urls.John MacFarlane
2012-09-27Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.John MacFarlane
2012-09-26RST reader: Support :target: on .. image:: blocks.John MacFarlane
2012-09-22Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane
2012-09-22LaTeX reader: Added a 'try' in rawLaTeXBlock.John MacFarlane
2012-09-16RST reader: Small tweaks to raw field lists.John MacFarlane
2012-09-16Merge pull request #596 from dlax/rst-fieldlistsJohn MacFarlane
2012-09-15MediaWiki reader: Allow table in table cell.John MacFarlane
2012-09-15MediaWiki reader: Added smart doublequotes with -S option.John MacFarlane
2012-09-15MediaWiki parser: Improved endline to stop bad breaks.John MacFarlane
2012-09-15MediaWiki reader: Allow def list item with just a term.John MacFarlane
2012-09-15MediaWiki reader: Properly handle templates in list items.John MacFarlane
2012-09-15HTML reader: Modified htmlTag for fewer false positives.John MacFarlane
2012-09-15MediaWiki reader: Handle ref tags as footnotes.John MacFarlane
2012-09-15MediaWiki reader: Better parsing of templates.John MacFarlane
2012-09-15MediaWiki reader: Treat "references" tag as block.John MacFarlane
2012-09-15MediaWiki reader: Interpret width attribute on table columns.John MacFarlane
2012-09-15MediaWiki reader: Got alignments working.John MacFarlane
2012-09-15MediaWiki reader: Misc fixes, put category links at end.John MacFarlane
2012-09-15MediaWiki reader: Skip inline templates, handle <source>.John MacFarlane
2012-09-15MediaWiki reader: Parse styles on table cells.John MacFarlane
2012-09-15MediaWiki reader: Parse styles after '{|' table start.John MacFarlane
2012-09-14MediaWiki reader: || between table cells.John MacFarlane
2012-09-14MediaWiki reader: Improved table parsing.John MacFarlane
2012-09-14MediaWiki reader: Table improvements, added simple table tests.John MacFarlane
2012-09-14MediaWiki reader: Support for basic mediawiki tables.John MacFarlane