aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Update man page.John MacFarlane2-15/+62
2020-12-17Update test with new skylighting CSS.John MacFarlane2-0/+2
2020-12-17Update changelog.John MacFarlane1-0/+291
2020-12-17Update AUTHORSJohn MacFarlane1-0/+8
2020-12-17Remove hie.yaml.John MacFarlane1-37/+0
2020-12-17MANUAL: clarify that inline references take precedence ...John MacFarlane1-0/+4
2020-12-17Use skylighting 0.10.2.John MacFarlane2-4/+4
2020-12-16Use released citeproc 0.3.John MacFarlane2-8/+8
2020-12-16Use released doctemplates 0.9.John MacFarlane2-9/+1
2020-12-16Add tests: True to cabal.project.John MacFarlane1-0/+2
2020-12-16Fix citeproc regression with duplicate references.John MacFarlane4-10/+11
2020-12-16Use latest dev version of doctemplates.John MacFarlane2-1/+6
2020-12-16Support Lua marshalling of doctemplates BoolVal.John MacFarlane1-0/+1
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane5-5/+25
2020-12-15MANUAL: update `--bibliography` with info about resource-pathJohn MacFarlane1-5/+8
2020-12-15MANUAL.txt: Remove misleading paragraphJohn MacFarlane1-5/+0
2020-12-15Use fetchItem to get external bibliography.John MacFarlane1-8/+7
2020-12-15Allow both inline and external references to be usedJohn MacFarlane2-14/+33
2020-12-14Merge pull request #6949 from wikey/patch-1John MacFarlane1-1/+1
2020-12-14ImageSize: use exif width and height when available.John MacFarlane1-0/+13
2020-12-14typoIan Sullivan1-1/+1
2020-12-13RST writer: better image handling.John MacFarlane3-20/+52
2020-12-13Merge pull request #6941 from tarleb/docx-rawJohn MacFarlane6-59/+97
2020-12-13ImageSize: use JuicyPixels to extract size...John MacFarlane1-305/+8
2020-12-13Require binary >= 0.7.John MacFarlane1-1/+1
2020-12-13ImageSize: use JuicyPixels to determine png size.John MacFarlane1-31/+19
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel6-2/+24
2020-12-13Docx writer: use Content instead of Element.Albert Krewinkel1-59/+75
2020-12-12Merge pull request #6946 from mb21/icml-image-fitJohn MacFarlane4-1/+13
2020-12-12LaTeX writer: extract table handling into separate module.Albert Krewinkel6-237/+359
2020-12-12ICML writer: fix image bounding box for custom widths/heightsmb214-1/+13
2020-12-10HTML reader: pay attention to lang attributes on body.John MacFarlane1-3/+6
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane4-29/+29
2020-12-10cabal: remove -Werror=missing-home-modules.John MacFarlane1-6/+0
2020-12-10RELEASE-CHECKLIST: add suggestion to use policeman.John MacFarlane1-1/+1
2020-12-10Move executable to app directory.John MacFarlane2-1/+1
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane5-6/+20
2020-12-10Commonmark reader: refactor specFor, set input name to "".John MacFarlane1-2/+8
2020-12-10cabal.project: disable installation of citeproc from sourceAlbert Krewinkel1-4/+4
2020-12-09Use latest citeproc release.John MacFarlane2-5/+5
2020-12-08Document that --number-sections works in ms.John MacFarlane1-2/+2
2020-12-07Parsing: Small code improvements.John MacFarlane1-3/+4
2020-12-07LaTeX template: include csquotes package if csquotes variable set.John MacFarlane1-0/+3
2020-12-07Parsing: More minor performance improvements.John MacFarlane1-10/+13
2020-12-07Small efficiency improvement in uri parserJohn MacFarlane1-1/+14
2020-12-07Bibtex parser: avoid noneOf.John MacFarlane1-2/+2
2020-12-07Parsing: in nonspaceChar use satisfy instead of oneOf.John MacFarlane1-1/+7
2020-12-07Dokuwiki reader: handle unknown interwiki links better.John MacFarlane1-1/+1
2020-12-07Merge pull request #6922 from jtojnar/db-writer-admonitionsJohn MacFarlane2-19/+111
2020-12-07Docbook writer: Handle admonition titles from Markdown readerJan Tojnar2-0/+16