aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2016-08-08Org reader: preserve indentation of verse linesAlbert Krewinkel1-1/+10
2016-08-06MediaWiki reader: properly interpret XML tags in pre environments.John MacFarlane1-3/+2
2016-08-06Improved mediawiki reader's treatment of verbatim constructions.John MacFarlane1-7/+13
2016-08-06Fix for unquoted attribute values in mediawiki tables.John MacFarlane1-1/+1
2016-07-29LaTeX reader: drop duplicate `*` in bibtexKeyCharsAlbert Krewinkel1-1/+1
2016-07-22Textile reader: disallow empty URL in explicit link.John MacFarlane1-1/+1
2016-07-22Textile reader: support `bc..` extended code blocks.John MacFarlane1-5/+25
2016-07-20LaTeX reader: be more forgiving of non-standard characters.John MacFarlane1-1/+1
2016-07-20LaTeX reader: more robust parsing of unknown environments.John MacFarlane1-2/+9
2016-07-20RST reader: use Div for admonitions.John MacFarlane1-8/+6
2016-07-19Textile reader: improve definition list parsing.John MacFarlane1-6/+13
2016-07-18Textile reader: improved table parsing.John MacFarlane1-22/+62
2016-07-15Don't require haddock-library 1.4.John MacFarlane1-0/+4
2016-07-14Fixed compiler warnings.John MacFarlane2-5/+5
2016-07-14Haddock reader - support math.John MacFarlane1-0/+4
2016-07-14Removed some redundant class constraints.John MacFarlane1-3/+3
2016-07-14Merge pull request #3019 from tarleb/org-verbatim-fixJohn MacFarlane1-2/+4
2016-07-14Fixed exponential parsing bug in textile reader.John MacFarlane1-0/+1
2016-07-14Org reader: fix parsing of verbatim inlinesAlbert Krewinkel1-2/+4
2016-07-04Org reader: replace ugly code with view patternAlbert Krewinkel1-5/+4
2016-07-03Merge pull request #3010 from tarleb/org-header-treeJohn MacFarlane4-247/+386
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane1-7/+7
2016-07-03Org reader: support headline levels export settingAlbert Krewinkel3-8/+40
2016-07-02Org reader: put export setting parser into moduleAlbert Krewinkel3-191/+191
2016-07-01LaTeX reader: strip off double quotes around image source if present.John MacFarlane1-1/+8
2016-07-01Org reader: support archived trees export optionsAlbert Krewinkel2-8/+62
2016-07-01Org reader: refactor comment tree handlingAlbert Krewinkel2-39/+21
2016-07-01Org reader: parse as headlines, convert to blocksAlbert Krewinkel1-47/+86
2016-07-01Org reader: improve tag and properties type safetyAlbert Krewinkel1-25/+57
2016-06-29LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane1-2/+2
2016-06-26Merge pull request #3001 from tarleb/org-figure-labelJohn MacFarlane1-1/+6
2016-06-26Org reader: support figure labelsAlbert Krewinkel1-1/+6
2016-06-25Textile reader: Fix overly aggressive interpretation as images.John MacFarlane1-7/+4
2016-06-25Fixed RST links with no explicit link text.John MacFarlane1-1/+4
2016-06-23Textile reader: fixed attributes.John MacFarlane1-1/+3
2016-06-23Docx reader: Add warning for advanced comment formatting.Jesse Rosenthal1-2/+18
2016-06-23docx reader: enable warnings in top-level readerJesse Rosenthal1-6/+10
2016-06-23Docx reader: add simple comment functionality.Jesse Rosenthal2-1/+73
2016-06-21Org reader: remove partial functionsAlbert Krewinkel2-19/+21
2016-06-13Org reader: support arbitrary raw inlinesAlbert Krewinkel1-1/+9
2016-06-05Org reader: add support for "Berkeley-style" citesAlbert Krewinkel2-7/+127
2016-06-05Org reader: add semicolon to list of special charsAlbert Krewinkel1-1/+1
2016-06-03Org reader: support special strings export optionAlbert Krewinkel4-12/+36
2016-06-03Org reader: support emphasized text export optionAlbert Krewinkel3-15/+28
2016-06-03Org reader: support smart quotes export optionAlbert Krewinkel4-12/+28
2016-06-02Org reader: drop unused field from parser stateAlbert Krewinkel2-18/+8
2016-06-02Org reader: undo code duplicationAlbert Krewinkel3-55/+83
2016-05-31Merge pull request #2950 from tarleb/org-ref-supportJohn MacFarlane2-7/+71
2016-05-29Org reader: support new syntax for export blocksAlbert Krewinkel1-0/+9
2016-05-29Org reader: refactor BEGIN…END block parsingAlbert Krewinkel1-111/+131