Commit graph

12037 commits

Author SHA1 Message Date
John MacFarlane
39efcedf8a Allow latest Glob. 2018-12-19 15:35:05 -08:00
Mauro Bieg
c3236560c2 INSTALL.md change button (#5167) 2018-12-19 13:41:43 -05:00
Alexander Krotov
fd0f041a13 Decompress .svgz when converting to "data:" URI
Address #5163
2018-12-18 11:47:48 +03:00
John MacFarlane
595e954c9b LaTeX reader: Support \DeclareMathOperator.
Closes #5149.
2018-12-17 11:47:28 -08:00
John MacFarlane
404e96761a Replace read with safeRead. Closes #5162. 2018-12-17 10:31:09 -08:00
John MacFarlane
90c820dc4e Parsing: use safeRead instead of read. 2018-12-17 10:21:30 -08:00
John MacFarlane
15d3cf8070 HTML reader: handle empty start attribute.
See #5162.
2018-12-17 10:19:36 -08:00
John MacFarlane
4dc732f28f Update stack resolver. 2018-12-16 08:19:11 -08:00
John MacFarlane
9fe6d91a1a Remove unnecessary type="text/css" on style and link for HTML5.
Closes #5146.
2018-12-14 11:29:35 -08:00
John MacFarlane
ee60ba5252 Man/Ms writers: don't escape - as \-.
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-13 11:24:51 -08:00
Mauro Bieg
e4340b384f ICML writer: support custom-styles (#5137)
see #2106
2018-12-12 14:51:14 -05:00
Enno
dc8caf10df template:latex: make @ letter before using it (#5145)
This fixes the previous commit for parskip and KOMA classes.
2018-12-11 16:21:45 -05:00
John MacFarlane
fe9c6eb86b INSTALL: make text on button bigger. 2018-12-11 10:59:37 -08:00
John MacFarlane
41f4609590 INSTALL.md: use HTML for download button.
Closes #5144.
2018-12-11 10:55:39 -08:00
max
980bb4f23a fix various links in INSTALL.md; bump required stack version (#5144)
stack 1.6.5 produced an error; 1.7.0 and higher seems OK
2018-12-11 13:54:12 -05:00
Enno
84147eeff1 Let KOMA document class handle parskip when applicable (#5143)
This is just a change to the default latex template.
2018-12-11 13:22:31 -05:00
Jesse Rosenthal
0f736d778f Docx: add test for lists with level overrides. 2018-12-10 19:24:56 -05:00
Jesse Rosenthal
448fb359e3 Docx: handle level overrides.
There can be overrides for the definitions of certain levels in
numbering definitions. This implements that behavior.

Closes: #5134
2018-12-10 19:24:56 -05:00
Jesse Rosenthal
2cb9a787ae Docx: add a levelOverride type. 2018-12-10 19:24:56 -05:00
Jesse Rosenthal
2cbd8a3351 Docx writer: Make Level into a real type.
It had previously been an alias for a tuple.
2018-12-10 19:24:56 -05:00
John MacFarlane
9366388c05 Fix CSS and viewport on try pandoc index.html. 2018-12-10 15:39:22 -08:00
mb21
532c6a81e1 ICML writer: support unnumbered headers
closes #5140
2018-12-10 13:27:45 -05:00
Mauro Bieg
9dd4b30378
Merge pull request #5138 from katrinleinweber/patch-1
fix typos in INSTALL.md
2018-12-09 18:52:37 +01:00
Katrin Leinweber
bd9ffc9183
Fix typos 2018-12-09 17:26:14 +01:00
John MacFarlane
d5e68d43be RST writer: don't wrap simple table header lines.
Closes #5128.
2018-12-05 17:10:33 -08:00
John MacFarlane
38200c0291 Strip out illegal XML characters in escapeXMLString.
Closes #5119.
2018-12-04 09:24:15 -08:00
John MacFarlane
48115fcf1a Allow latest zip-archive. 2018-12-03 16:25:00 -08:00
John MacFarlane
4060df6891 Markdown writer: include needed whitespace after HTML figure.
We use HTML for a figure in markdown dialects that can't
represent it natively.

Closes #5121.
2018-12-03 15:10:13 -08:00
John MacFarlane
80e86109a2 Use compatible version of pandoc-citeproc. 2018-12-02 09:33:50 -08:00
John MacFarlane
3bf398b15f Allow tasty 1.2 2018-12-02 09:10:33 -08:00
John MacFarlane
6513de055a stack.yaml - use skylighting 0.7.5. 2018-12-01 15:54:57 -08:00
John MacFarlane
1a62e53c40 Require skylighting >= 0.7.5.
This adds support for sml, J, typescript.
2018-12-01 14:48:13 -08:00
Andrew Dunning
c34a5f3c77 Fix missing word 2018-11-30 15:03:14 -05:00
Andrew Dunning
1637580b7d Improve installation notes on associated software
Includes explanation of how to install related tools with package managers (since the method of installing `rsvg-convert` is not obvious).
2018-11-30 15:03:14 -05:00
John MacFarlane
84a447a88b Fix warnings in Text.Pandoc.Process. 2018-11-30 08:32:04 -08:00
Albert Krewinkel
fe98c97b1c Text.Pandoc.Process: update pipeProcess
The implementation of `pipeProcess` was rewritten to fix sporadic
failures caused by prematurely closed pipes.
2018-11-30 11:23:26 -05:00
John MacFarlane
9f8de4be43 Improve error message for UTF-8 decoding errors.
Give the filename and the byte offset.

Closes #4765.
2018-11-29 15:59:33 -08:00
John MacFarlane
747f079bad Add PandocUTF8DecodingError constructor for PandocError.
[API change]
2018-11-29 15:59:10 -08:00
John MacFarlane
ec07a5298c Man reader: use mapLeft from Shared. 2018-11-29 13:28:56 -08:00
Julien Kirch
cefb0886c3 Fix progit book url 2018-11-29 16:26:31 -05:00
John MacFarlane
945eed3a28 Bump to version 2.6 because of API change in read/writeJSON. 2018-11-29 12:57:27 -08:00
John MacFarlane
90f5dd88a4 Changed types of writeJSON and readJSON.
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-29 12:56:06 -08:00
John MacFarlane
5c9ddaac2c INSTALL.md: Small wording tweak. 2018-11-29 12:35:36 -08:00
John MacFarlane
62b4b84bd5 LaTeX reader: Support \inputminted (closes #5103). 2018-11-29 11:11:44 -08:00
John MacFarlane
049a773b5b Fix custom tests. 2018-11-29 11:04:08 -08:00
John MacFarlane
642c022d81 sample.lua: add SingleQuoted, DoubleQuoted.
Closes #5104.
2018-11-29 10:42:05 -08:00
John MacFarlane
77a40d6f34 MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.
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-27 14:45:39 -08:00
John MacFarlane
14027cd8a8 INSTALL.md: Use button for installer links. 2018-11-27 09:57:47 -08:00
Mauro Bieg
3e32053b5b update INSTALL.md 2018-11-27 12:49:13 -05:00
Mauro Bieg
4b98ec329c simplify INSTALL.md 2018-11-27 12:49:13 -05:00