aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Markdown writer: handle math right before digit.John MacFarlane1-1/+5
2021-01-29JATS writer: escape special chars in reference elements.Albert Krewinkel1-3/+6
2021-01-26Clean up BibTeX parsing.John MacFarlane2-32/+19
2021-01-26LaTeX writer: change BCP47 lang tag from jp to jaMauro Bieg1-1/+1
2021-01-26Lua: always load built-in Lua scripts from default data-dirAlbert Krewinkel4-46/+44
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane1-2/+6
2021-01-22Merge pull request #7042 from tarleb/jats-element-citationsJohn MacFarlane5-25/+213
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel4-7/+192
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane4-3/+306
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 MacFarlane1-1/+3
2021-01-18RST writer: fix #7039.John MacFarlane1-2/+2
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane2-28/+0
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO2-0/+28
2021-01-16Recognize more extensions as markdown by default.John MacFarlane1-0/+5
2021-01-12Markdown writer: cleaned up raw formats.John MacFarlane1-34/+35
2021-01-12Docx writer: handle table header using styles.John MacFarlane1-17/+20
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel2-26/+23
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-10T.P.Citeproc: refactor and export `getReferences`.John MacFarlane1-28/+51
2021-01-09Org reader: allow multiple pipe chars in todo sequencesAlbert Krewinkel1-4/+10
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel136-149/+149
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane1-1/+4
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane1-11/+11
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane1-3/+7
2021-01-05Implement defaults file inheritance (#6924)David Martschenko2-33/+139
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane2-6/+28
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 Sabadie1-1/+1
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 MacFarlane1-1/+1
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel1-14/+12
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane1-6/+4
2020-12-30Undo the "Use fromRight" hlint hint.John MacFarlane1-2/+1
2020-12-30Hlint fixesJohn MacFarlane2-2/+3
2020-12-30Ms writer: don't justify inside table cells.John MacFarlane1-1/+3
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-28HTML reader: use renderTags' from Text.Pandoc.Shared.Albert Krewinkel1-25/+3
2020-12-27Use meta-description instead of description in templates.John MacFarlane1-0/+3
2020-12-27Add support for writing nested tables to asciidoc (#6972)timo-a1-7/+32
2020-12-27Powerpoint writer: allow arbitrary OOXML in raw inline elementsAlbert Krewinkel1-22/+27
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 Krewinkel4-96/+236
2020-12-16Fix citeproc regression with duplicate references.John MacFarlane1-1/+2