aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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
2015-08-15Merge pull request #2360 from jg/issue-2354John MacFarlane
2015-08-15Org reader: add auto identifiers if not present on headersJuliusz Gonera
2015-08-13RST writer: ensure that `\ ` is inserted when needed...John MacFarlane
2015-08-12RST writer: Don't insert `\ ` when complex expression in matched pairs.John MacFarlane
2015-08-10EPUB TOC: replace literal "<br/>" with space.John MacFarlane
2015-08-10EPUB reader: stop mangling external URLs.John MacFarlane
2015-08-10Docx writer: Moved invalid character stripping to `formattedString`.John MacFarlane
2015-08-08Text.Pandoc: disable auto_identifiers for epub.John MacFarlane
2015-08-08MediaWiki reader: handle unquoted table attributes.John MacFarlane
2015-08-08HTML reader: add auto identifiers if not present on headers.John MacFarlane
2015-08-08DocBook reader: handle informalexample.John MacFarlane
2015-08-08LaTeX reader: Implement \Cite.John MacFarlane
2015-08-07Merge pull request #2327 from hftf/list-styleJohn MacFarlane
2015-07-30fix build failure with --flags=-httpsSergei Trofimovich
2015-07-27HTML Reader: Detect font-variant with pickStyleAttrPropsOphir Lifshitz
2015-07-27Pipe tables: allow indented columns.John MacFarlane
2015-07-25Merge pull request #1689 from kuribas/masterJohn MacFarlane
2015-07-24HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSSOphir Lifshitz
2015-07-23Added odt readerMarLinn
2015-07-23Updated tests and removed a skipSpaces....John MacFarlane
2015-07-23Parsing: toKey: strip off outer brackets.John MacFarlane
2015-07-23Merge pull request #2323 from hftf/implicit-header-refsJohn MacFarlane
2015-07-23LaTeX reader: support abstract environment.John MacFarlane
2015-07-23Markdown Reader: Skip spaces in headersOphir Lifshitz
2015-07-21Fix regression: allow HTML comments containing `--`.John MacFarlane
2015-07-21Use newManager instead of withManager in recent http-client.John MacFarlane
2015-07-21DZSlides: Add `role="note"` for speaker notes.John MacFarlane