aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane1-7/+13
2019-06-08PDF via ms: make TOC appear at beginning and in PDF bookmarks.John MacFarlane1-2/+2
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane1-4/+12
2019-06-05Add jira writer (#5548)Albert Krewinkel2-0/+325
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane1-2/+7
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane2-4/+19
2019-06-04Fix document section assignments in EPUB writer.John MacFarlane1-4/+7
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane1-4/+7
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane1-4/+4
2019-06-01Textile writer: fix closing tag for math outputAlbert Krewinkel1-1/+1
2019-05-30Add unicode code point in "Missing character" warning.John MacFarlane1-1/+8
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel2-1/+16
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel1-0/+6
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel3-1/+88
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel1-1/+1
2019-05-29Merge pull request #5526 from tarleb/richer-version-typeJohn MacFarlane6-3/+189
2019-05-29Merge pull request #5497 from mb21/html-writer-video-audioJohn MacFarlane2-34/+37
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane1-30/+41
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel6-3/+189
2019-05-29HTML writer: output video and audio elementsmb212-32/+28
2019-05-29Text.Pandoc.MIME: add mediaCategory [API change]mb211-2/+9
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg1-1/+1
2019-05-28Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)Mauro Bieg1-2/+2
2019-05-27EPUB writer: don't include 'landmarks' if there aren't any.John MacFarlane1-9/+10
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg5-41/+23
2019-05-25Muse reader: allow images inside link descriptionsAlexander Krotov1-5/+4
2019-05-25HTML reader: trim definition list termsAlexander Krotov1-1/+1
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov1-4/+5
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane1-11/+10
2019-05-21Markdown writer: fix small error in ed73bd28Jesse Rosenthal1-4/+3
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal1-3/+20
2019-05-18Add tex_math_dollars to multimarkdownExtensions.John MacFarlane1-0/+1
2019-05-16JATS writer: properly handle footnotes.John MacFarlane1-7/+24
2019-05-15FB2 writer: do not wrap note references into <sup> and bracketsAlexander Krotov1-1/+1
2019-05-15hlint FB2 writerAlexander Krotov1-27/+22
2019-05-13Org reader: fix planning elements in headers level 3 and higherAlbert Krewinkel1-1/+1
2019-05-13Org reader: omit, but warn about unknown export optionsAlbert Krewinkel3-4/+20
2019-05-12Org writer: always indent src blocks content by 2 spacesAlbert Krewinkel1-3/+1
2019-05-11FB2 reader: parse notesAlexander Krotov1-3/+51
2019-05-11FB2 reader: use XML.Light.Input.parseXMLDoc to parse the root elementAlexander Krotov1-12/+11
2019-05-11Reduce the amount of state in FB2 readerAlexander Krotov1-1/+3
2019-05-11FB2 reader: use Text.XML.Light.unqual where possibleAlexander Krotov1-8/+8
2019-05-05Asciidoc writer: use `` `+...+` `` form for inline code.John MacFarlane1-1/+1
2019-05-05Asciidoc writer: use proper smart quotes with asciidoctor.John MacFarlane1-4/+10
2019-05-05LaTeX writer: don't produce columns environment unless beamer.John MacFarlane1-2/+2
2019-05-05Org reader: prefer plain symbols over math symbolsAlbert Krewinkel1-1/+1
2019-05-05Org reader: recognize emphasis after TODO/DONE keywordAlbert Krewinkel1-1/+3
2019-05-04HTML writer: don't add variation selector if it's already there.John MacFarlane1-1/+4
2019-05-04Add template variable `curdir` with working directoryJohn MacFarlane1-0/+5
2019-05-04FB2 writer: use genre metadata field (#5478)John1-1/+4