aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2014-08-17Remove an unnecessary import.Artyom Kazak1-1/+1
2014-08-17Update Reader.EPUB to use `MimeType`.Artyom Kazak1-8/+7
2014-08-17MIME cleanup.Artyom Kazak7-42/+59
2014-08-16HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane1-1/+6
2014-08-16Markdown writer: don't escape $, ^, ~ when extensions are deactivated.John MacFarlane1-5/+16
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-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane1-1/+3
2014-08-13Merge pull request #1531 from jkr/morefontsJohn MacFarlane1-2/+6
2014-08-13Fixed haddock comment.John MacFarlane1-9/+7
2014-08-13Removed unneeded import.John MacFarlane1-1/+0
2014-08-13Docx reader: Interpret "Strong" and Emphasis run styles.Jesse Rosenthal1-2/+6
2014-08-12Removed unneeded CPP.John MacFarlane1-4/+0
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 #1527 from mpickering/juicypixelsJohn MacFarlane2-5/+31
2014-08-12Merge pull request #1528 from mpickering/epubtitlepageJohn MacFarlane1-4/+10
2014-08-13LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering1-2/+2
2014-08-13PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering1-3/+29
2014-08-12HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane1-5/+8
2014-08-12ConTeXt writer: improved autolink detection.John MacFarlane1-1/+1
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-12Beamer: Use \footnote<.->{..} for notes.John MacFarlane1-1/+6
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-11LaTeX writer: Don't produce `\label{}` for Div or Span.John MacFarlane1-8/+7
2014-08-11Merge pull request #1519 from mpickering/moreJohn MacFarlane2-3/+8
2014-08-11Textile reader: list and HTML block parsing improvements.John MacFarlane1-16/+13
2014-08-11Merge pull request #1365 from gbataille/docx-marginJohn MacFarlane1-1/+9
2014-08-11Docx reader: handle empty reducibles.Jesse Rosenthal1-5/+6
2014-08-11TeX Writer: Write hyperdef and label for identifiers on Div blocksMatthew Pickering1-2/+7
2014-08-11EPUB Reader: Fixed another normalisation problem..Matthew Pickering1-1/+1
2014-08-11Merge pull request #1516 from mpickering/epubmetadataJohn MacFarlane2-26/+54
2014-08-11Docx Parse: Improved font recognition when specified in rFonts elementMatthew Pickering1-8/+27
2014-08-11Docx Fonts: Derives Show and EqMatthew Pickering1-0/+1