aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-12-19Allow latest Glob.John MacFarlane1-2/+2
2018-12-19INSTALL.md change button (#5167)Mauro Bieg1-8/+3
2018-12-18Decompress .svgz when converting to "data:" URIAlexander Krotov1-1/+1
Address #5163
2018-12-17LaTeX reader: Support `\DeclareMathOperator`.John MacFarlane1-1/+11
Closes #5149.
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
See #5162.
2018-12-16Update stack resolver.John MacFarlane1-3/+1
2018-12-14Remove unnecessary type="text/css" on style and link for HTML5.John MacFarlane7-14/+14
Closes #5146.
2018-12-13Man/Ms writers: don't escape `-` as `\-`.John MacFarlane3-20/+19
For discussion see https://groups.google.com/forum/#!msg/pandoc-discuss/B-oiCXcQOVo/WO-BXVpICAAJ The `\-` gets rendered in HTML and PDF as a unicode minus sign.
2018-12-12ICML writer: support custom-styles (#5137)Mauro Bieg2-11/+20
see #2106
2018-12-11template:latex: make @ letter before using it (#5145)Enno5-20/+35
This fixes the previous commit for parskip and KOMA classes.
2018-12-11INSTALL: make text on button bigger.John MacFarlane1-2/+3
2018-12-11INSTALL.md: use HTML for download button.John MacFarlane1-2/+3
Closes #5144.
2018-12-11fix various links in INSTALL.md; bump required stack version (#5144)max1-15/+15
stack 1.6.5 produced an error; 1.7.0 and higher seems OK
2018-12-11Let KOMA document class handle parskip when applicable (#5143)Enno5-30/+35
This is just a change to the default latex template.
2018-12-10Docx: add test for lists with level overrides.Jesse Rosenthal3-0/+41
2018-12-10Docx: handle level overrides.Jesse Rosenthal1-6/+17
There can be overrides for the definitions of certain levels in numbering definitions. This implements that behavior. Closes: #5134
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
It had previously been an alias for a tuple.
2018-12-10Fix CSS and viewport on try pandoc index.html.John MacFarlane1-4/+10
2018-12-10ICML writer: support unnumbered headersmb211-2/+5
closes #5140
2018-12-09Merge pull request #5138 from katrinleinweber/patch-1Mauro Bieg1-2/+2
fix typos in INSTALL.md
2018-12-09Fix typosKatrin Leinweber1-2/+2
2018-12-05RST writer: don't wrap simple table header lines.John MacFarlane2-1/+19
Closes #5128.
2018-12-04Strip out illegal XML characters in escapeXMLString.John MacFarlane2-1/+15
Closes #5119.
2018-12-03Allow latest zip-archive.John MacFarlane1-2/+2
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane2-1/+14
We use HTML for a figure in markdown dialects that can't represent it natively. Closes #5121.
2018-12-02Use compatible version of pandoc-citeproc.John MacFarlane2-1/+2
2018-12-02Allow tasty 1.2John MacFarlane1-1/+1
2018-12-01stack.yaml - use skylighting 0.7.5.John MacFarlane1-2/+2
2018-12-01Require skylighting >= 0.7.5.John MacFarlane1-1/+1
This adds support for sml, J, typescript.
2018-11-30Fix missing wordAndrew Dunning1-1/+1
2018-11-30Improve installation notes on associated softwareAndrew Dunning1-12/+39
Includes explanation of how to install related tools with package managers (since the method of installing `rsvg-convert` is not obvious).
2018-11-30Fix warnings in Text.Pandoc.Process.John MacFarlane1-2/+5
2018-11-30Text.Pandoc.Process: update pipeProcessAlbert Krewinkel1-31/+60
The implementation of `pipeProcess` was rewritten to fix sporadic failures caused by prematurely closed pipes.
2018-11-29Improve error message for UTF-8 decoding errors.John MacFarlane1-6/+17
Give the filename and the byte offset. Closes #4765.
2018-11-29Add PandocUTF8DecodingError constructor for PandocError.John MacFarlane1-0/+7
[API change]
2018-11-29Man reader: use mapLeft from Shared.John MacFarlane1-6/+1
2018-11-29Fix progit book urlJulien Kirch1-2/+2
2018-11-29Bump to version 2.6 because of API change in read/writeJSON.John MacFarlane1-1/+1
2018-11-29Changed types of writeJSON and readJSON.John MacFarlane2-11/+10
Previously they were not monadic; we now have them run in an instance of the Pandoc monad, like the other readers and writers. [API change]
2018-11-29INSTALL.md: Small wording tweak.John MacFarlane1-2/+2
2018-11-29LaTeX reader: Support \inputminted (closes #5103).John MacFarlane1-2/+21
2018-11-29Fix custom tests.John MacFarlane1-8/+8
2018-11-29sample.lua: add SingleQuoted, DoubleQuoted.John MacFarlane1-0/+8
Closes #5104.
2018-11-27MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.John MacFarlane2-18/+34
Captions used to have the word 'caption' prepended; this has been removed. Also, 'thumb' is used instead of 'frame' to allow images to be resized. Closes #5105.
2018-11-27INSTALL.md: Use button for installer links.John MacFarlane1-1/+2
2018-11-27update INSTALL.mdMauro Bieg1-3/+4
2018-11-27simplify INSTALL.mdMauro Bieg1-12/+23