aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2016-05-21HTML reader: fixed bug in pClose.John MacFarlane1-1/+1
2016-05-20Org reader: add :PROPERTIES: drawer supportAlbert Krewinkel1-28/+56
2016-05-19Merge pull request #2927 from tarleb/org-attr-htmlJohn MacFarlane2-84/+106
2016-05-19Org reader: add support for ATTR_HTML attributesAlbert Krewinkel1-7/+28
2016-05-19Org reader: use custom `anyLine`Albert Krewinkel1-3/+10
2016-05-19Org reader: refactor block attribute handlingAlbert Krewinkel2-83/+77
2016-05-17EPUB reader: unescape URIs in spine.John MacFarlane1-2/+4
2016-05-12Merge pull request #2894 from sid-kap/rst-code-classJohn MacFarlane1-6/+8
2016-05-11Org reader: parse but ignore export optionsAlbert Krewinkel1-2/+35
2016-05-11Org reader: add support for sub/superscript export optionsAlbert Krewinkel2-3/+57
2016-05-11Org reader: move parser state into separate moduleAlbert Krewinkel2-158/+232
2016-05-09Merge pull request #2907 from tarleb/org-fixesJohn MacFarlane1-4/+9
2016-05-09Org reader: fix inline-LaTeX regressionAlbert Krewinkel1-4/+9
2016-05-09Allow spaces before '!' in MediaWiki table headerroblabla1-1/+1
2016-05-05Merge pull request #2898 from tarleb/org-table-refactoringJohn MacFarlane1-59/+59
2016-05-04Org reader: fix spacing after LaTeX-style symbolsAlbert Krewinkel1-5/+7
2016-05-04Org reader: fix handling of empty table cells, rowsAlbert Krewinkel1-13/+17
2016-05-04Org reader: refactor rows-to-table conversionAlbert Krewinkel1-25/+25
2016-05-04Org reader: stop padding short table rowsAlbert Krewinkel1-24/+20
2016-05-01Add class option for code block in RST readerSidharth Kapur1-6/+8
2016-05-01Binary fmts throw PandocError on zip-archive failJesse Rosenthal2-3/+7
2016-05-01Docx Reader: Throw PandocError on unzip failureJesse Rosenthal1-4/+5
2016-04-26Ignore leading space in org code blocksEmanuel Evans1-4/+20
2016-04-15Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal1-2/+2
2016-04-10Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane1-19/+23
2016-04-10Markdown + HTML readers: be more forgiving about unescaped &.John MacFarlane1-10/+15
2016-03-22Fixed bug in Markdown raw HTML parsing.John MacFarlane1-1/+1
2016-03-18Docx reader: Handle alternate contentJesse Rosenthal1-14/+37
2016-03-16Docx reader: Don't make numbered heads into lists.Jesse Rosenthal1-6/+8
2016-03-12Add readDocxWithWarningsJesse Rosenthal1-6/+15
2016-03-12Docx Reader: Add state to the parser, for warningsJesse Rosenthal1-6/+19
2016-03-10Fixed behavior of base tag.John MacFarlane1-17/+11
2016-03-09Markdown reader: Improved pipe table parsing.John MacFarlane1-15/+15
2016-03-09Markdown reader: Clean up pipe table parsing.John MacFarlane1-8/+8
2016-03-09Markdown reader: allow `+` separators in pipe table cells.John MacFarlane1-6/+4
2016-03-09Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane1-1/+7
2016-03-08Docx reader: update feature checklist.Jesse Rosenthal1-5/+3
2016-02-28LaTeX reader: handle interior `$` characters in math.John MacFarlane1-4/+12
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal3-198/+169
2016-02-21Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane1-7/+5
2016-02-20Fixed some linter warnings.John MacFarlane1-3/+3
2016-02-20Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane1-3/+3
2016-02-20Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane1-29/+29
2016-02-20HTML reader: rewrote htmlInBalanced.John MacFarlane1-10/+39
2016-02-16HTML reader: properly handle an empty cell in a simple table.John MacFarlane1-0/+1
2016-02-04Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane1-2/+2
2016-02-02Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal1-0/+2
2016-01-31Org reader: Refactor link-target processingAlbert Krewinkel1-29/+29
2016-01-31LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane1-1/+2
2016-01-29HTML reader: handle multiple meta tags with same name.John MacFarlane1-2/+6