aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-22Update changelog.John MacFarlane1-0/+149
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane2-18/+20
2021-01-22Use citeproc 0.3.0.5.John MacFarlane2-2/+2
2021-01-22Merge pull request #7042 from tarleb/jats-element-citationsJohn MacFarlane8-25/+367
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel7-7/+346
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane6-6/+312
2021-01-21Text.Pandoc.Citeproc: use finer grained importsAlbert Krewinkel1-18/+21
2021-01-19JATS writer: Ensure that disp-quote is always wrapped in p.John MacFarlane4-97/+131
2021-01-18RST writer: fix #7039.John MacFarlane1-2/+2
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane3-58/+0
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO3-0/+58
2021-01-16Recognize more extensions as markdown by default.John MacFarlane1-0/+5
2021-01-15Improve .gitignore.John MacFarlane1-0/+5
2021-01-15Use citeproc >= 0.3.0.4.John MacFarlane3-9/+9
2021-01-15Use dev version of citeproc.John MacFarlane3-15/+17
2021-01-13Use simple default.nix.John MacFarlane2-7/+14
2021-01-12Use project.nix instead of default.nix for generated file.John MacFarlane2-3/+3
2021-01-12Delete default.nix.John MacFarlane2-56/+1
2021-01-12CONTRIBUTING: note on GNU xargsJohn MacFarlane1-0/+3
2021-01-12Gitignore: add .DS_Store, .origJohn MacFarlane1-0/+2
2021-01-12Add files for using nix-shell.John MacFarlane3-1/+66
2021-01-12Markdown writer: cleaned up raw formats.John MacFarlane1-34/+35
2021-01-12Docx writer: handle table header using styles.John MacFarlane34-17/+35
2021-01-11Use commonmark 0.1.1.3.John MacFarlane2-2/+2
2021-01-11MANUAL.txt: update description of `-L`/`--lua-filter`.Albert Krewinkel1-18/+10
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel6-241/+72
2021-01-10Update default CSL to use latest chicago-author-date.csl.John MacFarlane1-2/+12
2021-01-10Fix infinite HTTP requests when writing epubs from URL source.John MacFarlane1-5/+9
2021-01-10T.P.Citeproc: factor out and export `getStyle`.John MacFarlane1-45/+55
2021-01-10T.P.Citeproc: factor out getLang.John MacFarlane1-8/+15
2021-01-10Bump to 2.11.4.John MacFarlane1-1/+1
2021-01-10T.P.Citeproc: refactor and export `getReferences`.John MacFarlane1-28/+51
2021-01-09Org reader: allow multiple pipe chars in todo sequencesAlbert Krewinkel2-4/+20
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