aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2014-11-05Org reader: allow empty links for gitit interopAlbert Krewinkel1-1/+5
2014-11-05Org reader: absolute, relative paths in linksAlbert Krewinkel1-14/+19
2014-10-30TWiki Reader: add new new twiki readerAlexander Sulfrian1-0/+526
2014-10-25Docx reader: fix for Issue #1692 (i18n styles)Nikolay Yakimov2-56/+130
2014-10-20Org reader: parse LaTeX-style MathML entitiesAlbert Krewinkel1-1/+8
2014-10-18Markdown reader: allow `startnum` to work without `fancy_lists`.John MacFarlane1-2/+2
2014-10-18Merge pull request #1680 from shelf/masterJohn MacFarlane1-7/+26
2014-10-18Merge pull request #1700 from tarleb/org-emphasis-fixJohn MacFarlane1-5/+5
2014-10-18Org reader: Drop COMMENT document treesAlbert Krewinkel1-1/+26
2014-10-18Org reader: fix rules for emphasis recognitionAlbert Krewinkel1-5/+5
2014-10-17Fix indent issue for definition listsTimothy Humphries1-14/+25
2014-10-12Respect indent when parsing Org bullet listsTimothy Humphries1-2/+10
2014-09-27Merge pull request #1601 from jkr/windowsfixJohn MacFarlane1-1/+1
2014-09-27Org Reader: Parse multi-inline terms correctly in definition listMatthew Pickering1-1/+1
2014-09-25HTML Reader: Recognise <br> tags inside <pre> blocksmpickering1-1/+6
2014-09-06Docx Reader: Remove header class properly in other langsJesse Rosenthal1-4/+4
2014-09-05Docx reader: Use polyglot header list.Jesse Rosenthal1-7/+7
2014-09-05Docx Reader: Start list of polyglot section headers.Jesse Rosenthal1-0/+7
2014-09-04Org reader: Added state changing blanklines.Jesse Rosenthal1-1/+8
2014-09-04Docx reader: Rewrite rewriteLink to work with new headers.Jesse Rosenthal1-9/+4
2014-09-04Docx reader: Single-item headers in ordered lists are headers.Jesse Rosenthal1-4/+6
2014-09-02Docx reader: Fix window path for image lookup.Jesse Rosenthal1-1/+1
2014-08-31Markdown reader: better handling of paragraph in div.John MacFarlane1-0/+7
2014-08-30Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane1-8/+7
2014-08-28Docx Reader: Read single para in table cell as plainJesse Rosenthal1-1/+12
2014-08-26Fixed exampleLine parser to accept example lines which have indentation at th...Calvin Beck1-1/+1
2014-08-21Txt2Tags Reader: Fixed crash when reading from stdinmpickering1-3/+5
2014-08-21Txt2Tags Reader: Corrected formatting of %%mtime macrompickering1-1/+1
2014-08-21Txt2Tags Reader: Parse Meta informationmpickering1-10/+36
2014-08-20Txt2Tags reader: Header is now parsed only if standalone flag is setmpickering1-1/+4
2014-08-18Merge pull request #1547 from jkr/styleparseJohn MacFarlane2-36/+110
2014-08-18HTML reader: improved handling of tags that can be block or inline.John MacFarlane1-5/+13
2014-08-17Docx reader: whitespace fix.Jesse Rosenthal1-6/+6
2014-08-17Docx reader: remove emph styles and strong styles list.Jesse Rosenthal1-6/+0
2014-08-17Docx reader: Add "Hyperlink" to blacklisted styles.Jesse Rosenthal1-2/+2
2014-08-17Docx reader: Use style resolver.Jesse Rosenthal1-23/+9
2014-08-17Docx Reader: Introduce function for resolving dependent run styles.Jesse Rosenthal1-0/+31
2014-08-17Docx Parse: build a bottom-up style tree.Jesse Rosenthal1-6/+31
2014-08-17Update Reader.EPUB to use `MimeType`.Artyom Kazak1-8/+7
2014-08-17Alias string and runStyle to CharStyle type.Jesse Rosenthal1-7/+10
2014-08-17Docx Style parser: Basic one now just takes a parent style.Jesse Rosenthal1-13/+15
2014-08-17Docx reader: work with new rStyle.Jesse Rosenthal1-4/+4
2014-08-17Parser: Framework for parsing styles.Jesse Rosenthal1-11/+44
2014-08-17Docx reader: Change behavior of Super/SubscriptJesse Rosenthal2-16/+17
2014-08-16HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane1-1/+6
2014-08-16Docx reader: Remove unnecessary plural functionsJesse Rosenthal1-11/+5
2014-08-16Docx reader: Fix bug in character styles.Jesse Rosenthal1-2/+2
2014-08-16Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal2-415/+368
2014-08-14Markdown reader: Better handle quote characters in inline links.John MacFarlane1-2/+4
2014-08-13Docx reader: Interpret "Strong" and Emphasis run styles.Jesse Rosenthal1-2/+6