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