aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183)damien clochard1-6/+2
2019-01-01Org reader: fix self-link parsing regressionAlbert Krewinkel1-5/+6
2019-01-01Org reader: fix treatment of links to imagesAlbert Krewinkel2-13/+16
2019-01-01Org reader: hlintAlbert Krewinkel1-2/+2
2018-12-31Remove unused HasHeaderMap (#5175)Alexander7-50/+4
2018-12-31Simplify/fix reading of `--metadata` values on command line.John MacFarlane1-7/+8
2018-12-31Replace read with safeRead (#5186)Mauro Bieg3-13/+18
2018-12-31Allow '-' in filenames for custom lua writers.John MacFarlane1-2/+3
2018-12-31Removed obsolete and misleading comment.John MacFarlane1-1/+0
2018-12-28Org writer: preserve line-numbering for example and code blocks.leungbk1-3/+9
2018-12-18Decompress .svgz when converting to "data:" URIAlexander Krotov1-1/+1
2018-12-17LaTeX reader: Support `\DeclareMathOperator`.John MacFarlane1-1/+11
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane3-11/+8
2018-12-17Parsing: use safeRead instead of read.John MacFarlane1-1/+1
2018-12-17HTML reader: handle empty start attribute.John MacFarlane1-4/+2
2018-12-13Man/Ms writers: don't escape `-` as `\-`.John MacFarlane1-1/+0
2018-12-12ICML writer: support custom-styles (#5137)Mauro Bieg1-3/+10
2018-12-10Docx: handle level overrides.Jesse Rosenthal1-6/+17
2018-12-10Docx: add a levelOverride type.Jesse Rosenthal1-3/+20
2018-12-10Docx writer: Make Level into a real type.Jesse Rosenthal2-4/+6
2018-12-10ICML writer: support unnumbered headersmb211-2/+5
2018-12-05RST writer: don't wrap simple table header lines.John MacFarlane1-1/+1
2018-12-04Strip out illegal XML characters in escapeXMLString.John MacFarlane1-1/+6
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane1-1/+1
2018-11-30Fix warnings in Text.Pandoc.Process.John MacFarlane1-2/+5
2018-11-30Text.Pandoc.Process: update pipeProcessAlbert Krewinkel1-31/+60
2018-11-29Improve error message for UTF-8 decoding errors.John MacFarlane1-6/+17
2018-11-29Add PandocUTF8DecodingError constructor for PandocError.John MacFarlane1-0/+7
2018-11-29Man reader: use mapLeft from Shared.John MacFarlane1-6/+1
2018-11-29Changed types of writeJSON and readJSON.John MacFarlane2-11/+10
2018-11-29LaTeX reader: Support \inputminted (closes #5103).John MacFarlane1-2/+21
2018-11-27MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.John MacFarlane1-17/+33
2018-11-25Fix parsing of citations and quotes after parentheses.John MacFarlane1-6/+2
2018-11-24EPUB writer: handle calibre metadata.John MacFarlane1-1/+22
2018-11-25MediaWiki reader internals: remove unnecessary bindingAlexander Krotov1-2/+1
2018-11-22Hlint suggestions.John MacFarlane5-30/+26
2018-11-22RTF writer: fix warnings for skipped raw inlines.John MacFarlane1-1/+1
2018-11-22OpenDocument writer: small amendment to #5095.John MacFarlane1-1/+1
2018-11-22Merge pull request #5095 from pyssling/masterJohn MacFarlane1-2/+2
2018-11-22ODT writer: Fix list indentationNils Carlson1-2/+2
2018-11-21HTML writer: use plain `"` instead of `"` outside of attributes.John MacFarlane1-1/+2
2018-11-20Docx writer: Fix bookmarks to headers with long titles.John MacFarlane1-4/+18
2018-11-19Fix compiler warning.John MacFarlane1-1/+1
2018-11-19AsciiDoc writer: improve ordered lists.John MacFarlane1-32/+27
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel1-3/+15
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane6-12/+13
2018-11-19LaTeX reader: cleaned up handling of dimension arguments.John MacFarlane2-6/+12
2018-11-18LaTeX reader: don't allow arguments for verbatim, etc.John MacFarlane1-1/+0
2018-11-18LaTeX reader: Allow space before bracketed options.John MacFarlane1-1/+2
2018-11-18LaTeX reader: allow optional arguments after \\ in tables.John MacFarlane1-1/+2