summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane2014-04-01
* HTML reader: idiomatic rewriting for clarity.John MacFarlane2014-04-01
* Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering2014-04-01
* Converted HTML reader to use builder. Fixes #1162.Matthew Pickering2014-04-01
* Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering2014-04-01
* LaTeX reader: Better handling of figure and table with caption.John MacFarlane2014-03-25
* Revert "LaTeX reader: Added LPState."John MacFarlane2014-03-25
* LaTeX reader: Added LPState.John MacFarlane2014-03-25
* Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane2014-03-25
* API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane2014-03-25
* LaTeX reader: Better handling of "table" environment.John MacFarlane2014-03-25
* Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane2014-03-24
|\
| * MediaWiki reader: Accept image links in more languagesJaime Marquínez Ferrándiz2013-11-24
* | Markdown reader: Fixed regression on line breaks in strict mode.John MacFarlane2014-03-24
* | Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
* | Markdown reader: Improved parsing of nested divs.John MacFarlane2014-02-26
* | Markdown parser: avoid backtracking when closing `</div>` not found.John MacFarlane2014-02-26
* | Markdown reader: small efficiency improvement.John MacFarlane2014-02-26
* | Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2014-02-25
* | Fixed bug in reference link parsing in markdown_mmd.John MacFarlane2014-02-21
* | Make rst figures true figures. Closes #1168.John MacFarlane2014-02-19
* | Enhanced Pandoc's support for rST roles.Merijn Verstraaten2014-02-15
* | Slight code reorganization in endline.John MacFarlane2014-02-04
* | Fixed mediawiki ordered list parsing.John MacFarlane2014-01-22
* | HTML reader: Fixed bug reading inline math with `$$`.John MacFarlane2014-01-20
* | Merge pull request #974 from merijn/masterJohn MacFarlane2014-01-16
|\ \
| * | Added support for LaTeX style literate Haskell code blocks in rST.Merijn Verstraaten2013-09-07
* | | Markdown parser: be more permissive about citation keys.John MacFarlane2014-01-09
* | | Markdown reader: Allow hard line breaks in table cells.John MacFarlane2014-01-07
* | | HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane2014-01-01
* | | HLint: use fromMaybeHenry de Valence2013-12-19
* | | HLint: redundant parensHenry de Valence2013-12-19
* | | HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* | | LaTeX reader: Support babel-style quoting: `` "`..."' ``.John MacFarlane2013-12-17
* | | Docbook reader: Avoid failure if tbody contains no tr or row elements.John MacFarlane2013-12-16
* | | Properly handle script blocks in strict mode.John MacFarlane2013-12-15
* | | LaTeX reader: add support for Verb macroJeff Arnold2013-12-13
* | | Markdown reader: Fixed regression in title blocks.John MacFarlane2013-12-12
* | | Another small performance improvement.John MacFarlane2013-12-07
* | | Small performance improvement in list parsing.John MacFarlane2013-12-07
* | | Markdown reader: Fixed bug with literal `</div>` in lists.John MacFarlane2013-12-07
* | | HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane2013-12-06
* | | Stop parsing "list lines" when we hit a block tag.John MacFarlane2013-12-04
| |/ |/|
* | Fixed bug with intraword emphasis.John MacFarlane2013-11-22
* | LaTeX reader: Parse contents of curly quotes or matched `"` as quotes.John MacFarlane2013-11-18
* | LaTeX reader: Support `\textnormal` as span with class "nodecor".John MacFarlane2013-11-17
* | MediaWiki reader: Add automatic header identifiers.John MacFarlane2013-11-17
* | recognize svg tag in HTML ReaderMinRK2013-11-07
* | Markdown reader: Correctly handle empty bullet list items.John MacFarlane2013-11-03
* | HTML reader: Use pandoc Div and Span for raw "<div>", "<span>".John MacFarlane2013-11-03