aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-24Org reader: fix paragraph/list interactionAlbert Krewinkel1-6/+29
2015-10-22Fixed over-eager raw HTML inline parsing.John MacFarlane1-0/+1
2015-10-22Avoid compiler warning for unused identifier.John MacFarlane1-1/+1
2015-10-22Changed ยง to % in operators from Odt.Arrows.Utils.John MacFarlane5-43/+42
2015-10-22Textile writer: support start number in ordered lists.John MacFarlane1-7/+18
2015-10-20Allow use of ConTeXt to generate PDFs.John MacFarlane1-2/+64
2015-10-18LaTeX and ConTeXt writers: support lang attribute on divs and spansmb212-32/+110
2015-10-17Text.Pandoc.Data: store paths in dataFiles using posix separators.John MacFarlane1-1/+9
2015-10-17Remove compiler warning with embed_data_files.John MacFarlane1-1/+1
2015-10-15LaTeX reader: fixed longtable support.John MacFarlane1-1/+1
2015-10-15Support all frame attributes in Beamer.John MacFarlane1-2/+5
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane1-3/+14
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane7-21/+37
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane48-96/+13
2015-10-13LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane1-1/+1
2015-10-13epub with `--webtex`: include image file rather than data: URI.John MacFarlane1-12/+8
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane1-8/+5
2015-10-12Revert "RST writer: tweaks to header normalization."John MacFarlane1-22/+4
2015-10-12RST writer: tweaks to header normalization.John MacFarlane1-4/+22
2015-10-11Removed unnecessary import.John MacFarlane1-1/+1
2015-10-11Percent-encode more special characters in URLs.John MacFarlane2-7/+10
2015-10-11Define Typeable and Exception instances for PandocError.John MacFarlane1-1/+6
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane2-5/+15
2015-10-11Native writer: format Div properly, with blocks separated.John MacFarlane1-0/+2
2015-10-10Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane1-5/+37
2015-10-10Merge pull request #2441 from mb21/polyglossia-langJohn MacFarlane1-20/+36
2015-10-10Re-export pandocVersions from Text.Pandoc.John MacFarlane1-1/+2
2015-10-10Merge pull request #2426 from alexvong1995/better-man-writerJohn MacFarlane3-9/+11
2015-10-09LaTeX reader: don't eat excess whitespace after macros.John MacFarlane1-4/+4
2015-10-09LaTeX reader: don't eat whitespace after macro with only opt arg.John MacFarlane1-1/+3
2015-10-07Change variable to polyglossia-lang.name and .optionsmb211-20/+36
2015-10-04Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz2-1/+7
2015-10-03FIxed typo: Ext_superscript, Ext_subscript.John MacFarlane1-2/+2
2015-10-03For markdown_mmd, add: implicit_figures, superscripts, subscripts.John MacFarlane1-0/+9
2015-10-01Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong1-0/+1
2015-10-01Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong2-9/+9
2015-10-01Set the template variable $hyphenate$ to true by defaultAlex Vong1-0/+1
2015-09-26Removed unneeded imports.John MacFarlane2-3/+2
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane2-7/+10
2015-09-26Merge pull request #2419 from mb21/bidiJohn MacFarlane2-13/+40
2015-09-26Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb212-13/+40
2015-09-26Removed unneeded import.John MacFarlane1-1/+0
2015-09-25Correctly recognize book documentclass in metadata.John MacFarlane1-1/+1
2015-09-25Markdown reader: handle 'id' and 'class' in parsing key/value attrs.John MacFarlane1-1/+5
2015-09-24Improve text generated for <xref> by employing docbook-xsl heuristicsFrerich Raabe1-2/+16
2015-09-24Added proper support for DocBook 'xref' elementsFrerich Raabe1-2/+18
2015-09-23Pass the parsed DocBook content along the state of readDocBookFrerich Raabe1-2/+4
2015-09-23Minor refactoring to readDocBookFrerich Raabe1-2/+2
2015-09-23LaTeX reader: support longtable.John MacFarlane1-0/+2
2015-09-22Merge pull request #2369 from mb21/language-variablesJohn MacFarlane2-12/+176