aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-29Add docbook5 writer supportIvo Clarysse3-3/+11
2016-04-27Revert "LaTeX writer: Add `\strut` to fix multiline tables"John MacFarlane1-2/+1
2016-04-26Merge pull request #2735 from mb21/patch-1John MacFarlane1-1/+1
2016-04-26Merge pull request #2829 from adunning/patch-1John MacFarlane1-7/+17
2016-04-26Merge pull request #2876 from shosti/org-code-indentJohn MacFarlane1-4/+20
2016-04-26LaTeX writer: ignore --incremental unless -t beamer.John MacFarlane1-1/+2
2016-04-26Ignore leading space in org code blocksEmanuel Evans1-4/+20
2016-04-15Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal1-2/+2
2016-04-10Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane1-19/+23
2016-04-10Markdown + HTML readers: be more forgiving about unescaped &.John MacFarlane1-10/+15
2016-04-01LaTeX writer: Add missing languages.Andrew Dunning1-7/+17
2016-03-30Recognize `la-x-classic` as Classical Latin.Andrew Dunning1-0/+2
2016-03-26EPUB writer: set 'navpage' variable on nav page.John MacFarlane1-1/+2
2016-03-25Removed two superfluous lines.John MacFarlane1-2/+0
2016-03-24LaTeX writer: better positioning for hypertarget in figures.John MacFarlane1-16/+23
2016-03-24LaTeX writer: Fixed position of label in figures.John MacFarlane1-3/+3
2016-03-22Updated copyright dates to include 2016.John MacFarlane18-36/+36
2016-03-22Fixed bug in Markdown raw HTML parsing.John MacFarlane1-1/+1
2016-03-20LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg1-1/+1
2016-03-19Merge pull request #2637 from mb21/latex-figure-labelJohn MacFarlane1-19/+24
2016-03-18ConTeXt writer: fix whitespace at line beginning in line blocks.John MacFarlane1-1/+11
2016-03-18LaTeX writer: Avoid double toprule in headerless table with caption.John MacFarlane1-7/+10
2016-03-18Docx reader: Handle alternate contentJesse Rosenthal1-14/+37
2016-03-16Docx reader: Don't make numbered heads into lists.Jesse Rosenthal1-6/+8
2016-03-15Introduce file-scope parsing (parse-before-combine)Jesse Rosenthal1-0/+2
2016-03-12Add a general ByteStringReader with warnings.Jesse Rosenthal1-1/+9
2016-03-12Add readDocxWithWarningsJesse Rosenthal1-6/+15
2016-03-12Docx Reader: Add state to the parser, for warningsJesse Rosenthal1-6/+19
2016-03-10Fixed behavior of base tag.John MacFarlane1-17/+11
2016-03-10 Docx Writer: handle image alt textmb211-2/+2
2016-03-09Markdown reader: Improved pipe table parsing.John MacFarlane1-15/+15
2016-03-09Markdown reader: Clean up pipe table parsing.John MacFarlane1-8/+8
2016-03-09Markdown reader: allow `+` separators in pipe table cells.John MacFarlane1-6/+4
2016-03-09Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane1-1/+7
2016-03-08DokuWiki writer: use $$ for display math.John MacFarlane1-1/+4
2016-03-08Docx reader: update feature checklist.Jesse Rosenthal1-5/+3
2016-02-28LaTeX reader: handle interior `$` characters in math.John MacFarlane1-4/+12
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal3-198/+169
2016-02-23Make protocol-relative URIs work again.John MacFarlane1-2/+4
2016-02-21Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane1-7/+5
2016-02-20Fixed some linter warnings.John MacFarlane1-3/+3
2016-02-20Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane1-3/+3
2016-02-20Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane1-1/+1
2016-02-20Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane1-29/+29
2016-02-20HTML reader: rewrote htmlInBalanced.John MacFarlane1-10/+39
2016-02-18LaTeX writer: clean up options parser.Jesse Rosenthal1-3/+4
2016-02-18LaTeX writer: treat memoir template with `article` opt as articleJesse Rosenthal1-6/+21
2016-02-16HTML reader: properly handle an empty cell in a simple table.John MacFarlane1-0/+1
2016-02-09Removed `tex_math_single_backslash` from `markdown_github` options.John MacFarlane1-1/+0
2016-02-05Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane1-2/+2