summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* Binary fmts throw PandocError on zip-archive failJesse Rosenthal2016-05-01
* LaTeX writer: use {} around options containing special chars.John MacFarlane2016-05-01
* Docx Reader: Throw PandocError on unzip failureJesse Rosenthal2016-05-01
* HTML writer: ensure mathjax link is added when math appears in footnote.John MacFarlane2016-04-29
* Revert "LaTeX writer: Add `\strut` to fix multiline tables"John MacFarlane2016-04-27
* Merge pull request #2735 from mb21/patch-1John MacFarlane2016-04-26
|\
| * LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg2016-03-20
* | Merge pull request #2829 from adunning/patch-1John MacFarlane2016-04-26
|\ \
| * | LaTeX writer: Add missing languages.Andrew Dunning2016-04-01
* | | Merge pull request #2876 from shosti/org-code-indentJohn MacFarlane2016-04-26
|\ \ \
| * | | Ignore leading space in org code blocksEmanuel Evans2016-04-26
* | | | LaTeX writer: ignore --incremental unless -t beamer.John MacFarlane2016-04-26
|/ / /
* | | Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal2016-04-15
* | | Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane2016-04-10
* | | Markdown + HTML readers: be more forgiving about unescaped &.John MacFarlane2016-04-10
|/ /
* | Recognize `la-x-classic` as Classical Latin.Andrew Dunning2016-03-30
* | EPUB writer: set 'navpage' variable on nav page.John MacFarlane2016-03-26
* | Removed two superfluous lines.John MacFarlane2016-03-25
* | LaTeX writer: better positioning for hypertarget in figures.John MacFarlane2016-03-24
* | LaTeX writer: Fixed position of label in figures.John MacFarlane2016-03-24
* | Updated copyright dates to include 2016.John MacFarlane2016-03-22
* | Fixed bug in Markdown raw HTML parsing.John MacFarlane2016-03-22
|/
* Merge pull request #2637 from mb21/latex-figure-labelJohn MacFarlane2016-03-19
|\
| * LaTeX writer: figure labelmb212016-01-10
* | ConTeXt writer: fix whitespace at line beginning in line blocks.John MacFarlane2016-03-18
* | LaTeX writer: Avoid double toprule in headerless table with caption.John MacFarlane2016-03-18
* | Docx reader: Handle alternate contentJesse Rosenthal2016-03-18
* | Docx reader: Don't make numbered heads into lists.Jesse Rosenthal2016-03-16
* | Introduce file-scope parsing (parse-before-combine)Jesse Rosenthal2016-03-15
* | Add readDocxWithWarningsJesse Rosenthal2016-03-12
* | Docx Reader: Add state to the parser, for warningsJesse Rosenthal2016-03-12
* | Fixed behavior of base tag.John MacFarlane2016-03-10
* | Docx Writer: handle image alt textmb212016-03-10
* | Markdown reader: Improved pipe table parsing.John MacFarlane2016-03-09
* | Markdown reader: Clean up pipe table parsing.John MacFarlane2016-03-09
* | Markdown reader: allow `+` separators in pipe table cells.John MacFarlane2016-03-09
* | Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane2016-03-09
* | DokuWiki writer: use $$ for display math.John MacFarlane2016-03-08
* | Docx reader: update feature checklist.Jesse Rosenthal2016-03-08
* | LaTeX reader: handle interior `$` characters in math.John MacFarlane2016-02-28
* | Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal2016-02-26
* | Make protocol-relative URIs work again.John MacFarlane2016-02-23
* | Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane2016-02-21
* | Fixed some linter warnings.John MacFarlane2016-02-20
* | Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane2016-02-20
|\ \
| * | Prefix even empty figure names with "fig:"Albert Krewinkel2016-01-11
* | | Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane2016-02-20
|\ \ \
| * | | Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend2016-01-21
* | | | Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane2016-02-20
|\ \ \ \
| * | | | Org reader: Refactor link-target processingAlbert Krewinkel2016-01-31