summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* LaTeX reader: properly handle booktabs lines.John MacFarlane2015-07-21
* Removed unneeded import.John MacFarlane2015-07-16
* LaTeX writer: Fixed detection of 'chapters' from template.John MacFarlane2015-07-16
* `--self-contained`: Fixed overaggressive CSS minimization.John MacFarlane2015-07-15
* Updated to use cmark >= 0.4.John MacFarlane2015-07-14
* Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane2015-07-14
* Improved bare autolink detection.John MacFarlane2015-07-14
* HTML writer: support speaker notes in dzslides.John MacFarlane2015-07-13
* DokuWiki: write $..$ instead of <math>..</math>Tiziano Müller2015-07-13
* Changed hierarchicalize so it treats references div as top-level header.John MacFarlane2015-07-12
* Avoid parsing partial URLs as HTML tags.John MacFarlane2015-07-10
* Merge pull request #2266 from PromyLOPh/fieldinlineJohn MacFarlane2015-07-08
|\
| * Readers.RST: Factor out inline markup string parsingLars-Dominik Braun2015-07-03
| * Readers.RST: Parse field list nameLars-Dominik Braun2015-07-03
* | PDF: Make sure `--latex-engine-opt` goes before the filename...John MacFarlane2015-07-08
* | Correct superscript/subscript.Andrew Dunning2015-07-08
* | Fixed email javascript obfuscation with mailto: URLs.John MacFarlane2015-07-07
|/
* ConTeXt: use `\goto` for internal links.John MacFarlane2015-07-01
* Merge pull request #2255 from mchladek/odt_linebreakJohn MacFarlane2015-07-01
|\
| * Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek2015-07-01
* | ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.John MacFarlane2015-07-01
* | New method for building man pages.John MacFarlane2015-07-01
|/
* Merge pull request #2250 from PromyLOPh/rsttargetJohn MacFarlane2015-06-29
|\
| * Fix RST reference names with special charactersLars-Dominik Braun2015-06-29
* | LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane2015-06-29
* | LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane2015-06-29
|/
* Removed unneeded import.John MacFarlane2015-06-28
* Added a needed import in Shared.John MacFarlane2015-06-28
* Make sure we use dist version of reference.docx for some things.John MacFarlane2015-06-28
* Let reference.docx/odt behave as if they are virtual data files.John MacFarlane2015-06-28
* Minor fixes to previous commit.John MacFarlane2015-06-28
* New method for producing man pages.John MacFarlane2015-06-28
* Fixed regression in CSS parsing with `--self-contained`.John MacFarlane2015-06-28
* Removed unused import.John MacFarlane2015-06-27
* Textile writer: escape `+` and `-` as entities.John MacFarlane2015-06-27
* Plain writer: don't use symbols for super/subscript.John MacFarlane2015-06-27
* Options: Export `plainExtensions`.John MacFarlane2015-06-27
* DocBook reader mediaobjects and figures, closes #2184mb212015-06-21
* Fix InDesign crash with URLs containing more than one colon charactergohai2015-06-09
* DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane2015-06-07
* HTML reader: allow `<body>` to close `<head>`.John MacFarlane2015-06-04
* Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane2015-05-31
* Allow building with hslua 0.4.John MacFarlane2015-05-31
* Better fix for #2187.John MacFarlane2015-05-28
* ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane2015-05-28
* Removed tab chars in Textile reader source.John MacFarlane2015-05-28
* Texinfo writer: Removed tabs from source.John MacFarlane2015-05-28
* LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane2015-05-27
* LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane2015-05-27
* Fixed svg handling in EPUB writer.John MacFarlane2015-05-27