summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* HTML reader: handle type attribute on ol.John MacFarlane2015-07-21
* LaTeX reader: properly handle booktabs lines.John MacFarlane2015-07-21
* Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane2015-07-14
* Avoid parsing partial URLs as HTML tags.John MacFarlane2015-07-10
* Readers.RST: Factor out inline markup string parsingLars-Dominik Braun2015-07-03
* Readers.RST: Parse field list nameLars-Dominik Braun2015-07-03
* Merge pull request #2250 from PromyLOPh/rsttargetJohn MacFarlane2015-06-29
|\
| * Fix RST reference names with special charactersLars-Dominik Braun2015-06-29
* | LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane2015-06-29
* | LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane2015-06-29
|/
* DocBook reader mediaobjects and figures, closes #2184mb212015-06-21
* HTML reader: allow `<body>` to close `<head>`.John MacFarlane2015-06-04
* Removed tab chars in Textile reader source.John MacFarlane2015-05-28
* Merge pull request #2170 from tarleb/org-generalize-result-blockJohn MacFarlane2015-05-26
|\
| * Org reader: generalize code block result parsingAlbert Krewinkel2015-05-23
| * Reorder block arguments parsing codeAlbert Krewinkel2015-05-23
* | Org reader: drop trees with a :noexport: tagAlbert Krewinkel2015-05-23
* | Org reader: put header tags into empty spansAlbert Krewinkel2015-05-23
|/
* Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
* HTML reader: Support base tag.John MacFarlane2015-05-13
* Fixed regression in charsInBalancedBrackets.John MacFarlane2015-05-13
* HTML reader: Fixed detection of self-closing tags.John MacFarlane2015-05-11
* Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane2015-05-03
* HTML reader: Allow multiple colgroups in table.John MacFarlane2015-04-29
* Fixed regression with lists inside defintiion lists.John MacFarlane2015-04-26
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* LaTeX reader: recognize `\newpage` as a block command.John MacFarlane2015-04-22
* Rewrote charsInBalancedBrackets.John MacFarlane2015-04-19
* MD Reader: Fix links/footnotets after citationsNikolay Yakimov2015-04-20
* Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane2015-04-18
* Markdown definition lists: don't require indent for first line.John MacFarlane2015-04-18
* More principled fix for #1820.John MacFarlane2015-04-17
* Merge pull request #2092 from lierdakil/issue1909John MacFarlane2015-04-17
|\
| * MD Reader: Smart `'` after inline mathNikolay Yakimov2015-04-18
* | Fixed `htmlTag` in HTML reader.John MacFarlane2015-04-17
|/
* LaTeX Reader: Code cleanupNikolay Yakimov2015-04-12
* Removed redundat import.John MacFarlane2015-04-07
* DocBook reader: look inside "info" elements for section titles.John MacFarlane2015-04-07
* Markdown Reader: eliminate common subexpressionsJulien Cretel2015-04-07
* Latex Reader: Block commands code cleanupNikolay Yakimov2015-03-31
* Latex Reader: Guard against para starting with inline macroNikolay Yakimov2015-03-30
* LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov2015-03-30
* Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...John MacFarlane2015-03-28
|\
| * Org reader: Allow image links with non-image targetsHans-Peter Deifel2015-02-25
* | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\ \
| * | Move utility error functions to Text.Pandoc.SharedMatthew Pickering2015-02-18
| * | Change return type of Txt2Tags readerMatthew Pickering2015-02-18
| * | Change return type of Textile readerMatthew Pickering2015-02-18
| * | Change return type of TWiki readerMatthew Pickering2015-02-18
| * | Change return type of RST readerMatthew Pickering2015-02-18