aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-24Added proper support for DocBook 'xref' elementsFrerich Raabe1-2/+18
2015-09-23Pass the parsed DocBook content along the state of readDocBookFrerich Raabe1-2/+4
2015-09-23Minor refactoring to readDocBookFrerich Raabe1-2/+2
2015-09-23LaTeX reader: support longtable.John MacFarlane1-0/+2
2015-09-22Merge pull request #2369 from mb21/language-variablesJohn MacFarlane2-12/+176
2015-09-20Merge pull request #2406 from tarleb/org-verse-fixJohn MacFarlane1-1/+1
2015-09-19Make sure verse blocks can contain empty linesAlbert Krewinkel1-1/+1
2015-09-19[RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov1-1/+7
2015-09-17Markdown writer: in TOC, add links to headers.John MacFarlane1-2/+5
2015-09-09Use user data directory for reference docx archive.John MacFarlane1-1/+1
2015-08-20`lang` variable is now in BCP47 formatmb212-12/+176
2015-08-17Merge pull request #2364 from gbataille/bugDocJohn MacFarlane1-6/+6
2015-08-17[BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille1-6/+6
2015-08-15RST reader: better handling of indirect roles.John MacFarlane1-9/+11
2015-08-15Merge pull request #2360 from jg/issue-2354John MacFarlane2-2/+18
2015-08-15Org reader: add auto identifiers if not present on headersJuliusz Gonera2-2/+18
2015-08-13RST writer: ensure that `\ ` is inserted when needed...John MacFarlane1-0/+2
2015-08-12RST writer: Don't insert `\ ` when complex expression in matched pairs.John MacFarlane1-3/+4
2015-08-10EPUB TOC: replace literal "<br/>" with space.John MacFarlane1-0/+1
2015-08-10EPUB reader: stop mangling external URLs.John MacFarlane1-8/+1
2015-08-10Docx writer: Moved invalid character stripping to `formattedString`.John MacFarlane1-4/+4
2015-08-08Text.Pandoc: disable auto_identifiers for epub.John MacFarlane1-2/+1
2015-08-08MediaWiki reader: handle unquoted table attributes.John MacFarlane1-2/+2
2015-08-08HTML reader: add auto identifiers if not present on headers.John MacFarlane1-7/+17
2015-08-08DocBook reader: handle informalexample.John MacFarlane1-1/+4
2015-08-08LaTeX reader: Implement \Cite.John MacFarlane1-0/+1
2015-08-07Merge pull request #2327 from hftf/list-styleJohn MacFarlane2-23/+70
2015-08-07Updated readers, writers and README for link attributemb2129-116/+118
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane31-188/+415
2015-08-05ICML writer: changed type of `writeICML`.John MacFarlane2-40/+51
2015-08-05ICML writer: Add Cite style to citations.John MacFarlane1-1/+3
2015-08-05PDF: Modified for new image size attributes parameter.John MacFarlane1-6/+6
2015-08-05Parsing: Add `extractIdClass`, modified type of `KeyTable`.John MacFarlane1-2/+14
2015-08-05ImageSize: Added functions for converting between image dimensions.John MacFarlane1-15/+138
2015-07-30fix build failure with --flags=-httpsSergei Trofimovich1-1/+2
2015-07-27HTML Reader: Detect font-variant with pickStyleAttrPropsOphir Lifshitz1-6/+5
2015-07-27Text.Pandoc.Options: modifications for image attributes.John MacFarlane1-0/+5
2015-07-27Pipe tables: allow indented columns.John MacFarlane1-1/+3
2015-07-25Merge pull request #1689 from kuribas/masterJohn MacFarlane1-3/+9
2015-07-25Pretty: comment fix (mb21).John MacFarlane1-1/+1
2015-07-24HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSSOphir Lifshitz2-17/+65
2015-07-23Added odt readerMarLinn14-7/+4131
2015-07-23Updated tests and removed a skipSpaces....John MacFarlane1-1/+0
2015-07-23Parsing: toKey: strip off outer brackets.John MacFarlane1-2/+4
2015-07-23Merge pull request #2323 from hftf/implicit-header-refsJohn MacFarlane1-0/+2
2015-07-23LaTeX reader: support abstract environment.John MacFarlane1-0/+1
2015-07-23Markdown Reader: Skip spaces in headersOphir Lifshitz1-0/+2
2015-07-21Fix regression: allow HTML comments containing `--`.John MacFarlane1-4/+4
2015-07-21Use newManager instead of withManager in recent http-client.John MacFarlane1-1/+10
2015-07-21DZSlides: Add `role="note"` for speaker notes.John MacFarlane1-1/+2