aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-08Allow `--slide-level=0`.John MacFarlane2-7/+9
2021-08-08Remove obsolete and incorrect sentence in `--slide-level` docs.John MacFarlane1-3/+1
2021-08-04RTF writer: emit \outlinelevel for section headings.John MacFarlane2-32/+33
2021-08-03Stop using the HTTP package. (#7456)mt_caret7-12/+30
2021-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski6-21/+21
2021-08-01RTF writer: omit `\bin` in `\pict`.John MacFarlane2-3/+3
2021-08-01Add a faq about the "Cannot allocate memory" error on M1 macs.John MacFarlane1-0/+8
2021-08-01RTF template: specify font family for fixed-width font f1.John MacFarlane2-2/+2
2021-07-29parseFromString: preserve at least the source directory.John MacFarlane1-1/+1
2021-07-22LaTeX writer: Use ulem for underline.John MacFarlane2-1/+4
2021-07-22MIME: use image/x-xcf instead of application/x-xcf.John MacFarlane1-1/+1
2021-07-19INSTALL.md: Add GitLab CI/CD example (#7448)Veratyr1-0/+6
2021-07-18Bump to 2.14.1, update changelog and man page.John MacFarlane4-5/+150
2021-07-18Fix comment syntax in cabal.projectJohn MacFarlane1-4/+4
2021-07-18Use doctemplates 0.4.1 and citeproc 0.10.John MacFarlane3-15/+8
2021-07-17Use skylighting 0.11.John MacFarlane2-4/+4
2021-07-17LaTeX reader: avoid trailing hyphen in translating languages.John MacFarlane1-2/+2
2021-07-16DocBook reader: handle images with imageobjectco elements.John MacFarlane1-3/+3
2021-07-16LaTeX reader: Support `\cline` in LaTeX tables.John MacFarlane1-0/+1
2021-07-16PDF: Fix svgIn path error.John MacFarlane1-1/+1
2021-07-11DocBook reader: add support for citerefentry (#7437)Jan Tojnar3-1/+9
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane3-11/+52
2021-07-09Always use / when adding directory to image path with extractMedia.John MacFarlane1-1/+1
2021-07-09RST reader: fix regression with code includes.John MacFarlane4-1/+23
2021-07-07Don't incorporate externally linked images in EPUB documents (#7430)Michael Hoffmann2-1/+8
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann2-8/+9
2021-07-06T.P.PDF, convertImage: normalize paths.John MacFarlane1-3/+3
2021-07-06Markdown reader: don't try to read contents in self-closing HTML tag.John MacFarlane1-1/+4
2021-07-06HTML reader: add col, colgroup to 'closes' definitionsJohn MacFarlane1-1/+3
2021-07-05Add command test for #7394.John MacFarlane2-0/+86
2021-07-05Citeproc: cleanup and efficiency improvement in deNote.John MacFarlane1-15/+21
2021-07-05Revamp note citation handling.John MacFarlane3-16/+32
2021-07-05document-css: reset overflow-wrap on code blocksMauro Bieg5-5/+10
2021-07-03Add FAQ on converting from/to PDFJohn MacFarlane1-0/+18
2021-07-03Revert "LaTeX template: move title, author, date up to top of preamble."John MacFarlane5-42/+42
2021-07-03Add doc/faqs.md.John MacFarlane1-0/+110
2021-07-03Upgrade Debian 10 AMI for build-arm.sh.John MacFarlane1-1/+3
2021-07-03CircleCI: change to using xcode 11.1.0 (macOS 10.14.4).John MacFarlane1-1/+1
2021-07-02HTML5 writer, remove aria-hidden when explicit atl text is provided.Aner Lucero2-5/+8
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane4-4/+33
2021-06-29Docx writer: Fixed a couple bugs in Figure numbering.John MacFarlane1-4/+3
2021-06-29Docx writer: support figure numbers.John MacFarlane3-3/+21
2021-06-29Use dev version of citeproc.John MacFarlane4-16/+15
2021-06-29Remove duplicated alt text in HTML output.Aner Lucero2-2/+22
2021-06-28Use dev version of citeproc.John MacFarlane2-0/+6
2021-06-28Improve punctuation moving with `--citeproc`.John MacFarlane3-17/+18
2021-06-28Allow `$` characters in bibtex keys.John MacFarlane1-1/+1
2021-06-28Text.Pandoc.Error: fix line calculations in reporting parsec errors.John MacFarlane1-3/+3
2021-06-28Set proper initial source name in parsing BibTeX.John MacFarlane1-1/+3
2021-06-28Require commonmark-pandoc >= 0.2.2.1.John MacFarlane2-1/+2