aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Use HsYAML-0.2.0.0John MacFarlane2-17/+20
2019-09-21[Docx Writer] Consistently use style names, not style idsNikolay Yakimov1-27/+25
2019-09-21[Docx Writer] Code clean-upNikolay Yakimov1-40/+37
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov3-183/+287
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov2-63/+39
2019-09-20Changes to Slides to be more flexible with Div structure.John MacFarlane1-0/+3
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg1-22/+55
2019-09-20Bug fixes to EPUB chapter splitting.John MacFarlane1-15/+16
2019-09-19MediaWiki: skip optional {{table}} template.John MacFarlane1-0/+1
2019-09-19Clarify warning for missing title.John MacFarlane1-3/+3
2019-09-19EPUB writer: make --epub-chapter-level work again.John MacFarlane1-19/+15
2019-09-19EPUB writer: improve splitting into chapters.John MacFarlane2-39/+29
2019-09-19Remove admonition-title remnants.John MacFarlane1-1/+1
2019-09-18LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B.John MacFarlane1-0/+1
2019-09-16PDF: Fix test for Cygwin. See #5451.John MacFarlane1-2/+2
2019-09-14Add chapter-title class to EPUB chapter title h1 elements.John MacFarlane1-3/+5
2019-09-14EPUB toChapters: don't treat "refs" Div specially.John MacFarlane1-1/+1
2019-09-12Better message for PandocShouldNeverHappenError.John MacFarlane1-1/+3
2019-09-12Change exit codes.John MacFarlane1-3/+3
2019-09-10Add --shift-heading-level-by option.John MacFarlane4-6/+37
2019-09-10Pass value of --dpi to rsvg-convert...John MacFarlane1-11/+15
2019-09-09LaTeX reader: Fix parsing of optional arguments that contain braced text.John MacFarlane1-4/+3
2019-09-08Add -L option as shortcut for --lua-filter.John MacFarlane1-1/+1
2019-09-08Org reader: modify handling of example blocks. (#5717)Brian Leung2-14/+43
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane17-564/+459
2019-09-08Revert changes to hierarchicalizeWithIds.John MacFarlane1-21/+5
2019-09-08Emit warning on `-f latex -o out.pdf` (#5736)Mauro Bieg2-0/+14
2019-09-06hierarchicalize: ensure that sections get ids...John MacFarlane1-6/+10
2019-09-06Improve detection of headings in Divs by hierarchicalize.John MacFarlane1-1/+2
2019-09-05Shared.hierarchicalize: improve handling of div and section structure.John MacFarlane1-4/+15
2019-09-05Roff reader: Better support for 'while'.John MacFarlane1-0/+3
2019-09-05Roff reader: improve handling of groups.John MacFarlane1-4/+2
2019-09-04asciidoc writer: don't include `+` in code blocks for regular asciidoc.John MacFarlane1-2/+7
2019-09-04Roff reader: Fix problem parsing comments before macro.John MacFarlane1-2/+0
2019-09-04Roff reader: more improvements in parsing conditionals.John MacFarlane1-3/+4
2019-09-04Roff readers: better parsing of groups.John MacFarlane1-9/+5
2019-09-03SelfContained: omit content-type on type attribute for `<style>`.John MacFarlane1-5/+8
2019-09-03XML: change toEntities to emit numerical hex character references.John MacFarlane1-1/+2
2019-09-02LaTeX writer: use `cslreferences` environment for csl bibliographies.John MacFarlane1-3/+18
2019-09-02LaTeX reader: don't try to parse includes if raw_tex is set.John MacFarlane1-5/+13
2019-09-02HTML writer: use numeric character references with `--ascii`.John MacFarlane1-6/+2
2019-09-02LaTeX reader: properly handle optional arguments for macros.John MacFarlane2-2/+2
2019-09-02LaTeX writer: strip off `{}` around locator for biblatex/natbib output.John MacFarlane1-1/+7
2019-08-31html2pdf: ensure temp file is deleted...John MacFarlane1-34/+35
2019-08-27LaTeX reader: fix `\\` in `\parbox` inside a table cell.John MacFarlane1-3/+18
2019-08-27Markdown reader: Headers: don't parse content over newline boundary.John MacFarlane1-4/+15
2019-08-27Add stateAllowLineBreaks to ParserState. [API change]John MacFarlane1-0/+2
2019-08-27PowerPoint writer: Start numbering at appopriate numbers.Jesse Rosenthal1-4/+8
2019-08-26parseFromString': reset stateLastStrPos to Nothing before parse.John MacFarlane1-0/+1
2019-08-26Use parseFromString' in Muse reader.John MacFarlane1-1/+1