aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel175-200/+200
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane2-1/+12
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane6-84/+22
2021-01-06Remove `\setupthinrules` from default context template.John MacFarlane3-6/+0
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane2-3/+27
2021-01-05Implement defaults file inheritance (#6924)David Martschenko14-33/+189
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane3-6/+65
2021-01-04EPUB writer: adjust internal links to identifiers...John MacFarlane1-0/+20
2021-01-03EPUB writer: recognize `Format "html4"`, `Format "html5"` as raw HTML.John MacFarlane1-2/+8
2021-01-03EPUB writer: adjust internal links to images, links, and tables...John MacFarlane1-0/+6
2021-01-03Org reader: mark verbatim code with class "verbatim". (#6998)Dimitri Sabadie2-3/+3
2021-01-02LaTeX reader: put contents of unknown environments in a Div...John MacFarlane1-1/+1
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane7-80/+63
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel2-17/+15
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane2-6/+25
2020-12-30Undo the "Use fromRight" hlint hint.John MacFarlane2-2/+5
2020-12-30Hlint fixesJohn MacFarlane2-2/+3
2020-12-30Update ms table tests.John MacFarlane1-0/+14
2020-12-30Ms writer: don't justify inside table cells.John MacFarlane1-1/+3
2020-12-30MANUAL: Document use of citations in note styles.John MacFarlane1-0/+28
2020-12-29CircleCI: fix stack installation.John MacFarlane1-1/+1
2020-12-29Bump to 2.11.3.2, update changelog and man pageJohn MacFarlane5-6/+64
2020-12-29Use citeproc 0.3.0.3.John MacFarlane2-2/+2
2020-12-29Improve fix to #6983.John MacFarlane1-1/+3
2020-12-28Docx writer: fix nested tables with captions.John MacFarlane1-4/+6
2020-12-28Update test for new citeproc and require it in cabal.John MacFarlane2-2/+2
2020-12-28Use latest citeproc release.John MacFarlane1-1/+1
2020-12-28HTML reader: use renderTags' from Text.Pandoc.Shared.Albert Krewinkel1-25/+3
2020-12-28MANUAL: note that textarea content is never parsed as Markdown.Albert Krewinkel1-2/+2
2020-12-27Use meta-description instead of description in templates.John MacFarlane3-4/+7
2020-12-27templates: added the `description` metatag to both html4 and html5 templates ...Jerry Sky2-0/+6
2020-12-27Require texmath 0.12.1.John MacFarlane3-5/+2
2020-12-27Add support for writing nested tables to asciidoc (#6972)timo-a2-7/+114
2020-12-27Powerpoint writer: allow arbitrary OOXML in raw inline elementsAlbert Krewinkel2-23/+28
2020-12-24Citeproc: fix handling of empty URL variables (`DOI`, etc.).John MacFarlane1-1/+3
2020-12-20HTML writer: don't include p tags in CSL bibliography entries.John MacFarlane1-2/+7
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel10-97/+326
2020-12-20Fixed table with file extensions and interpreterswuffi1-1/+2
2020-12-18Bump to 2.11.3.1 and update changelog and man page.John MacFarlane3-2/+15
2020-12-18Use citeproc 0.3.0.1.John MacFarlane2-2/+2
2020-12-18Remove data/templates/README.markdown.John MacFarlane1-49/+0
2020-12-18New advice for pre-commit filter.John MacFarlane1-1/+2
2020-12-18Remove data/make-reference-files.hs.John MacFarlane1-27/+0
2020-12-18Remove some extraneous files in data directory.John MacFarlane3-89/+0
2020-12-18Improve check target to test data/ too.John MacFarlane2-12/+7
2020-12-18Fix typo in CONTRIBUTING.mdBenjamin Wuethrich1-1/+1
2020-12-18Add test/writer.asciidoctor, tables.asciidoctor to extra-source-files.John MacFarlane1-0/+2
2020-12-18Remove some test files that are no longer used.John MacFarlane3-48/+0
2020-12-18Remove checkdocs from lint ci.John MacFarlane1-4/+0
2020-12-18Move sanity checks to lint ci.John MacFarlane2-9/+12