aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-17LaTeX reader: avoid trailing hyphen in translating languages.John MacFarlane1-2/+2
2021-07-16DocBook reader: handle images with imageobjectco elements.John MacFarlane1-3/+3
2021-07-16LaTeX reader: Support `\cline` in LaTeX tables.John MacFarlane1-0/+1
2021-07-16PDF: Fix svgIn path error.John MacFarlane1-1/+1
2021-07-11DocBook reader: add support for citerefentry (#7437)Jan Tojnar1-1/+5
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane2-11/+37
2021-07-09Always use / when adding directory to image path with extractMedia.John MacFarlane1-1/+1
2021-07-09RST reader: fix regression with code includes.John MacFarlane1-1/+5
2021-07-07Don't incorporate externally linked images in EPUB documents (#7430)Michael Hoffmann1-1/+2
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann1-8/+3
2021-07-06T.P.PDF, convertImage: normalize paths.John MacFarlane1-3/+3
2021-07-06Markdown reader: don't try to read contents in self-closing HTML tag.John MacFarlane1-1/+4
2021-07-06HTML reader: add col, colgroup to 'closes' definitionsJohn MacFarlane1-1/+3
2021-07-05Add command test for #7394.John MacFarlane1-0/+1
2021-07-05Citeproc: cleanup and efficiency improvement in deNote.John MacFarlane1-15/+21
2021-07-05Revamp note citation handling.John MacFarlane1-14/+30
2021-07-02HTML5 writer, remove aria-hidden when explicit atl text is provided.Aner Lucero1-4/+7
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane2-3/+30
2021-06-29Docx writer: Fixed a couple bugs in Figure numbering.John MacFarlane1-4/+3
2021-06-29Docx writer: support figure numbers.John MacFarlane2-3/+21
2021-06-29Remove duplicated alt text in HTML output.Aner Lucero1-2/+3
2021-06-28Improve punctuation moving with `--citeproc`.John MacFarlane1-14/+15
2021-06-28Allow `$` characters in bibtex keys.John MacFarlane1-1/+1
2021-06-28Text.Pandoc.Error: fix line calculations in reporting parsec errors.John MacFarlane1-3/+3
2021-06-28Set proper initial source name in parsing BibTeX.John MacFarlane1-1/+3
2021-06-28Markdown writer: put space between Plain and following fenced Div.John MacFarlane1-0/+3
2021-06-23ImageSize: Add Tiff constructor for ImageType.John MacFarlane3-1/+7
2021-06-23reveal.js writer: Go back to setting boolean values for variables.John MacFarlane1-30/+26
2021-06-22Fix regression with comment-only YAML metadata blocks.John MacFarlane1-0/+3
2021-06-22Fix unneeded importJohn MacFarlane1-1/+1
2021-06-21LaTeX writer: add strut at end of minipage if it contains...John MacFarlane1-2/+5
2021-06-21Revert "LaTeX writer: put a strut after a line break (`\\`)."John MacFarlane1-1/+1
2021-06-21LaTeX writer: put a strut after a line break (`\\`).John MacFarlane1-1/+1
2021-06-21Improve emailAddress in Text.Pandoc.Parsing.John MacFarlane2-5/+24
2021-06-21LaTeX writer: always use a minipage for cells with line breaks...John MacFarlane1-2/+7
2021-06-21LaTeX writer: Use `\strut` instead of `~` before `\\` in empty line.John MacFarlane1-1/+1
2021-06-21reveal.js writer: better handling of options.John MacFarlane1-0/+50
2021-06-21Markdown writer: Fix regression in code blocks with attributes.John MacFarlane1-3/+3
2021-06-18insertMediaBag: ensure we get sane mediaPath for URLs.John MacFarlane1-5/+10
2021-06-12Docx reader: handle absolute URIs in Relationship Target.John MacFarlane1-5/+11
2021-06-12Markdown writer: allow `pipe_tables` to be disabled for commonmark...John MacFarlane1-1/+0
2021-06-12Fix regression in citeproc processing.John MacFarlane1-1/+3
2021-06-10Fix MediaBag regressions.John MacFarlane3-42/+41
2021-06-10T.P.MIME, extensionFromMimeType: add a few special cases.John MacFarlane1-0/+10
2021-06-10Docx writer: fix handling of empty table headersAlbert Krewinkel1-2/+2
2021-06-10Lua utils: fix handling of table headers in `from_simple_table`Albert Krewinkel1-1/+1
2021-06-08Citeproc: avoid duplicate classes and attributes on refs div.John MacFarlane1-2/+2
2021-06-05LaTeX writer: Fix regression in table header position.John MacFarlane1-3/+10
2021-06-05CommonMark writer: do not use simple class for fenced-divsJan Tojnar1-3/+6
2021-06-05CommonMark writer: do not throw away attributes when Ext_attributes is enabledJan Tojnar2-13/+17