aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-05Markdown writer: re-use functions from InlineJan Tojnar2-29/+4
2021-06-05DocBook reader: Add support for danger elementJan Tojnar1-1/+2
2021-06-05DocBook writer: Remove non-existent admonitionsJan Tojnar1-2/+1
2021-06-03T.P.Class.IO: normalise path in writeMedia.John MacFarlane1-3/+2
2021-06-02Text.Pandoc.PDF: only print relevant part of environment on `--verbose`.John MacFarlane1-2/+14
2021-06-02Fix regression in 2.14 for generation of PDFs with SVGs.John MacFarlane1-1/+2
2021-06-01HTML writer: Don't omit width attribute on div.John MacFarlane1-3/+4
2021-06-01Markdown reader: fix pipe table regression in 2.11.4.John MacFarlane1-1/+1
2021-06-01LaTeX reader: don't allow optional * on symbol control sequences.John MacFarlane1-2/+4
2021-05-31Fix regression with commonmark/gfm yaml metdata block parsing.John MacFarlane1-5/+5
2021-05-30HTML reader: fix column width regression.John MacFarlane1-1/+1
2021-05-30Have LoadedResource use relative paths.John MacFarlane1-2/+2
2021-05-30Docx writer: fix regression on captions.John MacFarlane1-1/+3
2021-05-29Markdown reader: in rebasePaths, check for both Windows and PosixJohn MacFarlane1-4/+5
2021-05-29In rebasePath, check for absolute paths two ways.John MacFarlane1-1/+4
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane2-1/+4
2021-05-28Docx reader: Support new table features.Emily Bourke3-49/+163
2021-05-28Docx reader: Read table column widths.Emily Bourke2-3/+4
2021-05-27Two citeproc locator/suffix improvements:John MacFarlane1-3/+11
2021-05-27rebase_relative_paths: leave empty paths unchanged.John MacFarlane1-1/+1