John MacFarlane
5087b05df4
Use -O2 for windows, macos binary packages.
2017-11-04 15:57:21 -07:00
John MacFarlane
4a98b86a78
Update MANUAL date and man page.
2017-11-04 15:52:05 -07:00
John MacFarlane
f14013bce3
Bump to 2.0.1.1.
2017-11-04 15:51:23 -07:00
John MacFarlane
80f285243e
Update changelog.
2017-11-04 15:44:19 -07:00
John MacFarlane
fe42c175eb
Revert "Better indentation under headers in org mode output."
...
This reverts commit 1a81751cef
.
2017-11-04 11:32:47 -07:00
John MacFarlane
1a81751cef
Better indentation under headers in org mode output.
...
See #4036 .
Close examination by org experts needed, to ensure that
nothing breaks.
2017-11-04 11:25:38 -07:00
John MacFarlane
8e53489cbc
Fix strikethrough in gfm writer.
...
Previously we got a crash, because we were trying to print
a native cmark STRIKETHROUGH node, and the commonmark writer
in cmark-github doesn't support this. Work around this by
using a raw node to add the strikethrough delimiters.
Closes #4038 .
2017-11-04 10:35:52 -07:00
John MacFarlane
d31a04dfb2
Clarify that --setext-headers doesn't affect gfm output.
...
Closes #4035 .
2017-11-04 10:35:26 -07:00
John MacFarlane
330fe87799
Merge branch 'master' of github.com:jgm/pandoc
2017-11-04 10:33:02 -07:00
Roland Hieber
2aef7f1f9e
INSTALL.md: update links to Linux distributions ( #4040 )
...
* INSTALL.md: update links to Linux distributions. Some links were outdated.
Link to the package search page if no separate page for pandoc exists, and
use HTTPS where possible. All other links have been clicked once and deemed okay.
* INSTALL.md: also link to the download page in the Linux section
for people who only read the parts relevant for them.
Signed-off-by: Roland Hieber <rohieb@rohieb.name>
2017-11-04 13:32:22 -04:00
John MacFarlane
8a216b00ef
Revise clarification on fenced_divs.
...
(#4039 )
2017-11-04 10:30:32 -07:00
Tristano Ajmone
e9c9bf10e2
Manual: Edit "Extension: fenced_divs" ( #4039 )
...
Add paragraph at end of `Extension: fenced_divs` section to clarify that the actual number of colons in fences is irrelevant. (See issue #4037 ).
2017-11-04 13:27:03 -04:00
John MacFarlane
d35417f8a8
Test case change for texmath 0.10.
2017-11-04 10:23:02 -07:00
John MacFarlane
25f24af068
Use texmath 0.10.
2017-11-03 23:26:37 -07:00
John MacFarlane
a41015b929
Updated tests.
2017-11-03 11:46:15 -07:00
John MacFarlane
d0548fe29c
Use latest skylighting.
2017-11-03 11:29:15 -07:00
Wandmalfarbe
62244713f5
Added a few abbreviations and sorted the list. ( #3984 )
2017-11-03 12:48:58 -04:00
John MacFarlane
642d603666
Improved support for columns in HTML.
...
* Move as much as possible to the CSS in the template.
* Ensure that all the HTML-based templates (including epub)
contain the CSS for columns.
* Columns default to 50% width unless they are given a width
attribute.
Closes #4028 .
2017-11-02 20:57:05 -07:00
John MacFarlane
5282688126
Update skylighting version in stack.pkg.yaml.
2017-11-02 20:15:34 -07:00
John MacFarlane
22389fdda5
Merge pull request #4032 from wilx/master
...
pandoc-template-mode: Comments auto-fill and HTML attributes highlighting fixes.
2017-11-02 23:03:30 -04:00
Vaclav Haisman
1089fab083
Merge remote-tracking branch 'upstream/master'
2017-11-03 01:21:21 +01:00
Vaclav Haisman
916a80ea76
pandoc-template-mode.el: Improve.
...
Avoid highlighting of "strings" by deriving from
`text-mode-syntax-table`. This fixes missing highlighting in default.html5
tag attributes.
Define comment starting and ending sequences to allow use of M-q (auto-fill)
on comments.
2017-11-03 01:16:26 +01:00
John MacFarlane
5dfe131ee0
Support lineAnchors
(or line-anchors
) in code blocks, for HTML.
2017-11-02 16:38:06 -07:00
John MacFarlane
856587ff63
Use latest skylighting; ensure no duplicate ids on code lines.
...
The line identifiers are built using the code block's identifier
as a prefix. If the code block has null identifier, we use
"cb1", "cb2", etc.
Closes #4031 .
2017-11-02 16:03:40 -07:00
John MacFarlane
5df272254d
Bump tasty upper bound.
2017-11-02 11:22:19 -07:00
John MacFarlane
6d00e6e8c3
Fixed revealjs slide column width issues.
...
* Remove "width" attribute which is not allowed on div.
* Remove space between `<div class="column">` elements,
since this prevents columns whose widths sum to 100%
(the space takes up space).
Closes #4028 .
2017-11-02 10:23:04 -07:00
Alexander Krotov
a553baf3a4
hlint
2017-11-02 15:28:53 +03:00
John MacFarlane
faa1b364e2
Removed reference to default.beamer in docs.
...
Also added mention of other templates affecting PDF output
with different settings.
Closes #4024 .
2017-11-01 17:46:57 -07:00
John MacFarlane
6fe84fa879
Merge pull request #4022 from adam234/patch-1
...
MacOS instructions needed xar -f
2017-11-01 20:43:03 -04:00
John MacFarlane
52e372b71d
SelfContained: use base64 for css links with media attribute.
...
This fixes `--self-contained` with s5. Closes #4026 .
2017-11-01 17:42:33 -07:00
Adam
9cd3763162
MacOS instructions needed xar -f
...
As written, produces an error
2017-11-01 11:26:07 -07:00
John MacFarlane
ed3d466384
Really fix #3989 .
...
The previous fix only worked in certain cases.
Other cases with `>` in an HTML attribute broke.
2017-11-01 09:27:51 -07:00
John MacFarlane
f1ebdb8145
Updated command test for #3989 .
...
We didn't fix it completely before.
2017-11-01 09:15:15 -07:00
Alexander Krotov
00b64f337d
hlint
2017-11-01 14:40:10 +03:00
Alexander Krotov
3cee9c8976
FB2 writer: Add "unrecognised" genre to <title-info>
...
XML schema requires at least one genre.
2017-11-01 13:31:16 +03:00
Alexander Krotov
8a5541dca8
FB2 writer: remove <annotation> from <body>
...
<annotation> is not allowed inside <body> according to FictionBook2 XML schema. Besides that, the same information is already placed inside <description>.
Related bug: #2424
2017-11-01 13:08:52 +03:00
John MacFarlane
d20544dd4f
Update changelog.
2017-10-31 21:42:55 -07:00
John MacFarlane
9b513b8a7a
Merge pull request #4009 from mb21/html-class-names
...
HTML Writer: consistently use dashed class-names
2017-11-01 00:39:08 -04:00
John MacFarlane
eef8118af0
Merge pull request #4008 from labdsf/fb2-bullets
...
FB2 writer: make bullet lists consistent with ordered lists
2017-11-01 00:38:02 -04:00
John MacFarlane
1f393f1a8b
Merge pull request #4001 from labdsf/fb2-tests
...
Add new style FB2 tests
2017-11-01 00:37:29 -04:00
John MacFarlane
0b283252a5
Update changelog.
2017-10-31 21:36:36 -07:00
John MacFarlane
a25843238c
Updated date on manual and regenerated man page.
2017-10-31 21:29:31 -07:00
John MacFarlane
8e55bdcaa3
Version to 2.0.1.
2017-10-31 21:28:43 -07:00
John MacFarlane
32f6938605
Properly pass through author metadata in JATS writer.
...
Closes #4020 .
2017-10-31 21:27:08 -07:00
John MacFarlane
fb6e5812bc
Fixed regression in parsing of HTML comments in markdown...
...
and other non-HTML formats (`Text.Pandoc.Readers.HTML.htmlTag`).
The parser stopped at the first `>` character, even if it wasn't
the end of the comment.
Closes #4019 .
2017-10-31 21:14:38 -07:00
John MacFarlane
fd7e3cb18f
Merge pull request #4018 from swilde/creole-fixes
...
Creole Reader: fix lists with triling white space
2017-11-01 00:04:36 -04:00
Sascha Wilde
534e625ace
Creole reader: fixed some minor typos and formatting.
2017-10-31 22:33:58 +01:00
Sascha Wilde
03361f0a68
Creole reader: additional test on nowiki-block after para.
2017-10-31 22:26:35 +01:00
John MacFarlane
0e57b8b85d
Add Millimeter constructor to Dimension in ImageSize.
...
Minor API change.
Now sizes given in 'mm' are no longer converted to 'cm'.
Closes #4012 .
2017-10-31 11:58:43 -07:00
John MacFarlane
5f9f458df3
LaTeX reader: handle %
comment right after command.
...
For example
\emph%
{hi}
2017-10-31 11:31:35 -07:00