aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-15LaTeX reader: fixed longtable support.John MacFarlane
2015-10-15Support all frame attributes in Beamer.John MacFarlane
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-10-13LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane
2015-10-13epub with `--webtex`: include image file rather than data: URI.John MacFarlane
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane
2015-10-12Revert "RST writer: tweaks to header normalization."John MacFarlane
2015-10-12RST writer: tweaks to header normalization.John MacFarlane
2015-10-11Removed unnecessary import.John MacFarlane
2015-10-11Percent-encode more special characters in URLs.John MacFarlane
2015-10-11Define Typeable and Exception instances for PandocError.John MacFarlane
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane
2015-10-11Native writer: format Div properly, with blocks separated.John MacFarlane
2015-10-10Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane
2015-10-10Merge pull request #2441 from mb21/polyglossia-langJohn MacFarlane
2015-10-10Re-export pandocVersions from Text.Pandoc.John MacFarlane
2015-10-10Merge pull request #2426 from alexvong1995/better-man-writerJohn MacFarlane
2015-10-09LaTeX reader: don't eat excess whitespace after macros.John MacFarlane
2015-10-09LaTeX reader: don't eat whitespace after macro with only opt arg.John MacFarlane
2015-10-07Change variable to polyglossia-lang.name and .optionsmb21
2015-10-04Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz
2015-10-03FIxed typo: Ext_superscript, Ext_subscript.John MacFarlane
2015-10-03For markdown_mmd, add: implicit_figures, superscripts, subscripts.John MacFarlane
2015-10-01Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong
2015-10-01Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong
2015-10-01Set the template variable $hyphenate$ to true by defaultAlex Vong
2015-09-26Removed unneeded imports.John MacFarlane
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane
2015-09-26Merge pull request #2419 from mb21/bidiJohn MacFarlane
2015-09-26Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb21
2015-09-26Removed unneeded import.John MacFarlane
2015-09-25Correctly recognize book documentclass in metadata.John MacFarlane
2015-09-25Markdown reader: handle 'id' and 'class' in parsing key/value attrs.John MacFarlane
2015-09-24Improve text generated for <xref> by employing docbook-xsl heuristicsFrerich Raabe
2015-09-24Added proper support for DocBook 'xref' elementsFrerich Raabe
2015-09-23Pass the parsed DocBook content along the state of readDocBookFrerich Raabe
2015-09-23Minor refactoring to readDocBookFrerich Raabe
2015-09-23LaTeX reader: support longtable.John MacFarlane
2015-09-22Merge pull request #2369 from mb21/language-variablesJohn MacFarlane
2015-09-20Merge pull request #2406 from tarleb/org-verse-fixJohn MacFarlane
2015-09-19Make sure verse blocks can contain empty linesAlbert Krewinkel
2015-09-19[RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov
2015-09-17Markdown writer: in TOC, add links to headers.John MacFarlane
2015-09-09Use user data directory for reference docx archive.John MacFarlane
2015-08-20`lang` variable is now in BCP47 formatmb21
2015-08-17Merge pull request #2364 from gbataille/bugDocJohn MacFarlane
2015-08-17[BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille
2015-08-15RST reader: better handling of indirect roles.John MacFarlane