aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-08-13Docx: Reducible forgot about smallcapsJesse Rosenthal1-0/+2
2014-08-12Docx Reader: Trim line breaks from the beginning and end of SectionJesse Rosenthal1-2/+10
2014-08-12Docx: More robust handling of multiple bookmarks in header.Jesse Rosenthal1-6/+8
2014-08-12Docx reader: Check for null-id'd anchors too.Jesse Rosenthal1-1/+0
2014-08-12Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal2-18/+31
2014-08-12Docx reader: Add "BlockQuotation" to divs list.Jesse Rosenthal1-1/+1
2014-08-12Docx Reader: Fix font style parsing.Jesse Rosenthal1-12/+27
2014-08-12Merge pull request #1528 from mpickering/epubtitlepageJohn MacFarlane1-4/+10
2014-08-12EPUB Reader: Ignore title pagesMatthew Pickering1-4/+10
2014-08-12DocBook: Support equations with mathml.John MacFarlane1-4/+16
2014-08-12Merge pull request #1524 from jkr/dropCap3John MacFarlane2-3/+11
2014-08-12Markdown reader: Improved parsing of indented code in list items.John MacFarlane1-25/+42
2014-08-12Docx reader: move combining logic to ReducibleJesse Rosenthal2-3/+11
2014-08-12Docx reader: Make dropcap combining more efficient.Jesse Rosenthal1-1/+3
2014-08-11Docx reader: combine inlines properly in dropcaps.Jesse Rosenthal1-1/+1
2014-08-11Docx reader: Use dropcap state.Jesse Rosenthal1-9/+17
2014-08-11Add dropCap to paragraph style.Jesse Rosenthal1-2/+12
2014-08-11EPUB reader: use walk instead of bottomUp.John MacFarlane1-2/+1
2014-08-11Merge pull request #1521 from jkr/emptyEmphJohn MacFarlane1-5/+6
2014-08-11Merge pull request #1519 from mpickering/moreJohn MacFarlane1-1/+1
2014-08-11Textile reader: list and HTML block parsing improvements.John MacFarlane1-16/+13
2014-08-11Docx reader: handle empty reducibles.Jesse Rosenthal1-5/+6
2014-08-11EPUB Reader: Fixed another normalisation problem..Matthew Pickering1-1/+1
2014-08-11Merge pull request #1516 from mpickering/epubmetadataJohn MacFarlane1-6/+7
2014-08-11Docx Parse: Improved font recognition when specified in rFonts elementMatthew Pickering1-8/+27