summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-10Allow placing custom readers and writers in data subdir (#8112)Albert Krewinkel
2022-06-10TikiWiki: support underlined textAlbert Krewinkel
2022-06-09Lua: use only old ByteString functions.Albert Krewinkel
2022-06-08Lua: Simplify module loading code.Albert Krewinkel
2022-06-08org reader: recognize {webp,jxl} files as imagesYI
2022-06-06Lua: add function pandoc.mediabag.fill (#8104)Albert Krewinkel
2022-06-06ConTeXt writer: use "sectionlevel" environment for headings (#8106)Albert Krewinkel
2022-06-04ConTeXt writer: unify link handling (#8096)Albert Krewinkel
2022-06-05Docx writer: prevent crashing when handling invalid tablesAlbert Krewinkel
2022-06-02makeSections: don't make a section for a div with class "fragments".John MacFarlane
2022-06-02HTML writer: fix bug with `--number-offset`.John MacFarlane
2022-06-01LaTeX writer: Improve grouping with autocites.John MacFarlane
2022-06-01Fix treatment of extensions for `\input` in LaTeX reader.John MacFarlane
2022-06-01LaTeX writer: fix width of multicolumn cells.Albert Krewinkel
2022-05-31JATS reader: support edition in references.John MacFarlane
2022-05-20Org reader: support line selection in INCLUDE directives. (#8060)Brian Leung
2022-05-19Add tex_math_dollars to gfm default extensions.John MacFarlane
2022-05-19Beamer: allow containsverbatim as alternative to fragile.John MacFarlane
2022-05-18ICML writer: support custom-style attribute on Table.John MacFarlane
2022-05-16Docx writer: add w:lang to rPr for Span and Div with lang attribute.John MacFarlane
2022-05-16AsciiDoc writer: fix commas in link text.John MacFarlane
2022-05-15Asciidoc writer: fix underline.John MacFarlane
2022-05-14Allow environment variable interpolation in highlight-style in defaults files...Jaehwang Jung
2022-05-11Improved reading <xref> elements in DocBook files (#8065)Frerich Raabe
2022-05-11Allow environment variable interpolation in pdf-engine...John MacFarlane
2022-05-03RIS reader: get right order of names.John MacFarlane
2022-05-02Org reader: allow attrs for Org tables. (#8049)Brian Leung
2022-04-28HTML writer: avoid doubled style attribute...John MacFarlane
2022-04-26HTML writer: Add 'footnotes' identifier to footnotes section.John MacFarlane
2022-04-24Add tsv (tab separated values) as an input format.John MacFarlane
2022-04-22Markdown writer: disable soft wrapping when `hard_line_breaks` enabled.John MacFarlane
2022-04-22RIS reader: make parser more forgiving.John MacFarlane
2022-04-21HTML writer: do not include the deprecated doc-endnote role.John MacFarlane
2022-04-20Don't parse inline notes with blank lines inside.John MacFarlane
2022-04-19LaTeX reader: support `\includesvg`.John MacFarlane
2022-04-18Fix compiler warnings from last commit.John MacFarlane
2022-04-18Don't replace links with empty spans in TOC.John MacFarlane
2022-04-12Add 'nightly' flag.John MacFarlane
2022-04-12Revert "Add 'nightly' flag and build with this for nightlies."John MacFarlane
2022-04-12Revert "Add CPP to avoid warning with nightly flag disabled."John MacFarlane
2022-04-11Add CPP to avoid warning with nightly flag disabled.John MacFarlane
2022-04-11Add 'nightly' flag and build with this for nightlies.John MacFarlane
2022-04-11Revert "Add info about git commit and date to `--version` info."John MacFarlane
2022-04-11Add info about git commit and date to `--version` info.John MacFarlane
2022-04-08Commonmark/markua/gfm writers: avoid excessive indentation...John MacFarlane
2022-04-08Shared.taskListItemToAscii: handle asciidoctor's characters.John MacFarlane
2022-04-06JATS reader: strip `ref-` prefix from ref id in xref.John MacFarlane
2022-04-02LaTeX reader: avoid a thunk in sRawTokens.John MacFarlane
2022-04-01Fix regression with `ascii_identifiers` and Turkish undotted i.John MacFarlane
2022-03-31Revert "Parsing.General: make manyChar1, etc. more strict."John MacFarlane