aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Use citeproc 0.6, commonmark 0.2.2.1, commonmark-extensions 0.2.2John MacFarlane3-25/+6
2021-10-22Use texmath 0.12.3.2John MacFarlane3-8/+2
2021-10-22Use simpleFigure in Readers.Aner Lucero25-110/+93
2021-10-22Use pandoc-types 1.22.1.John MacFarlane3-9/+3
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel7-126/+13
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel3-334/+345
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel8-188/+272
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel4-32/+37
2021-10-22Switch to hslua-2.0Albert Krewinkel29-1249/+1152
2021-10-22Provisional changelog updates.John MacFarlane1-1/+413
2021-10-21Move splitStrWhen to T.P.Citeproc.Util.John MacFarlane3-23/+15
2021-10-21SelfContained: fix bug that caused everything to be made a data uri.John MacFarlane1-12/+12
2021-10-21Fix line numbers in source code with reveal.jsJohn MacFarlane1-0/+3
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane2-2/+70
2021-10-19FormatHeuristics: remove `.tei.xml` extension for TEI.John MacFarlane1-1/+0
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke4-0/+15
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke8-7/+41
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke5-115/+159
2021-10-17pptx: Line up continuation paragraphsEmily Bourke49-11/+94
2021-10-17pptx: Remove outdated commentEmily Bourke1-3/+0
2021-10-17pptx: Fix list level numberingEmily Bourke24-14/+43
2021-10-16Ensure that babel is loaded also with pdflatex.John MacFarlane2-6/+4
2021-10-16CI: remove linux-pdf for now.John MacFarlane1-57/+0
2021-10-16CI: more tweaks to pdf tests.John MacFarlane1-3/+3
2021-10-16CI: pdf test: need an input file!John MacFarlane1-1/+1
2021-10-16CI: fix yaml workflow.John MacFarlane1-3/+4
2021-10-16CI: add workflow to test pdf production...John MacFarlane1-0/+56
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu2-2/+21
2021-10-14DocBook reader: honor linenumbering attributeSamuel Tardieu3-0/+9
2021-10-14Remove redundant $Samuel Tardieu1-1/+1
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane2-0/+13
2021-10-12cabal build: go back to using aeson < 2 for now.John MacFarlane1-9/+11
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane33-6/+44
2021-10-12cabal.project: Dependencies to build with aeson 2.John MacFarlane2-2/+13
2021-10-12Allow aeson 2.0John MacFarlane1-1/+1
2021-10-12Depend on latest dev version of commonmark.John MacFarlane2-3/+9
2021-10-11Require doclayout >= 0.3.1.1.John MacFarlane2-2/+2
2021-10-11T.P.Writers.Shared: remove 'breakable'...John MacFarlane1-18/+0
2021-10-11T.P.Writers.Shared: Export splitSentences as a Doc Text transform.John MacFarlane3-16/+61
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane3-34/+4
2021-10-11Fix warningJohn MacFarlane1-1/+1
2021-10-11Update wasteland tests.John MacFarlane2-20/+1078
2021-10-11LaTeX reader: Implement siunitx v3 commands.John MacFarlane1-1/+5
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke7-56/+76
2021-10-10Stack: use latest doclayoutJohn MacFarlane1-0/+1
2021-10-10Use latest emojis.John MacFarlane1-0/+1
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane2-3/+9
2021-10-10Makefile; fix quick-cabal executable path reportJohn MacFarlane1-1/+1
2021-10-10Translations: don't depend on the fact that Aeson Object is...John MacFarlane2-4/+2
2021-10-07pptx: Remove excessive layout testsEmily Bourke82-20/+38