aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane
2019-06-11JATS writer: don't use break element for LineBreak.John MacFarlane
2019-06-11JATS writer: wrap elements with p when needed.John MacFarlane
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane
2019-06-10Asciidoc writer: use doubled ## when necessary for spans.John MacFarlane
2019-06-10Asciidoc writer: ensure correct nesting strong/emph.John MacFarlane
2019-06-09DocBook reader: Issue IgnoredElement warnings.John MacFarlane
2019-06-09FB2 reader: skip unknown elements rather than throwing errors.John MacFarlane
2019-06-09Logging: Added IgnoredElement constructor for LogMessage.John MacFarlane
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane
2019-06-08PDF via ms: make TOC appear at beginning and in PDF bookmarks.John MacFarlane
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane
2019-06-05Add jira writer (#5548)Albert Krewinkel
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane
2019-06-04Fix document section assignments in EPUB writer.John MacFarlane
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane
2019-06-01Textile writer: fix closing tag for math outputAlbert Krewinkel
2019-05-30Add unicode code point in "Missing character" warning.John MacFarlane
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel
2019-05-29Merge pull request #5526 from tarleb/richer-version-typeJohn MacFarlane
2019-05-29Merge pull request #5497 from mb21/html-writer-video-audioJohn MacFarlane
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel
2019-05-29HTML writer: output video and audio elementsmb21
2019-05-29Text.Pandoc.MIME: add mediaCategory [API change]mb21
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg
2019-05-28Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)Mauro Bieg
2019-05-27EPUB writer: don't include 'landmarks' if there aren't any.John MacFarlane
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg
2019-05-25Muse reader: allow images inside link descriptionsAlexander Krotov
2019-05-25HTML reader: trim definition list termsAlexander Krotov
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane
2019-05-21Markdown writer: fix small error in ed73bd28Jesse Rosenthal
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal
2019-05-18Add tex_math_dollars to multimarkdownExtensions.John MacFarlane
2019-05-16JATS writer: properly handle footnotes.John MacFarlane
2019-05-15FB2 writer: do not wrap note references into <sup> and bracketsAlexander Krotov
2019-05-15hlint FB2 writerAlexander Krotov
2019-05-13Org reader: fix planning elements in headers level 3 and higherAlbert Krewinkel
2019-05-13Org reader: omit, but warn about unknown export optionsAlbert Krewinkel
2019-05-12Org writer: always indent src blocks content by 2 spacesAlbert Krewinkel
2019-05-11FB2 reader: parse notesAlexander Krotov