John MacFarlane
66a72b8eec
LaTeX reader: support abstract environment.
...
The abstract populates an "abstract" metadata field.
2015-07-23 09:31:46 -07:00
Ophir Lifshitz
53cb926232
Markdown Reader: Add basic tests for each header style
2015-07-23 02:31:24 -04:00
Ophir Lifshitz
0c7d0757d6
Markdown Reader: Add implicit header ref tests for headers with spaces
2015-07-23 02:31:03 -04:00
Ophir Lifshitz
42c139d302
Markdown Reader: Skip spaces in headers
2015-07-23 02:29:37 -04:00
John MacFarlane
fa2c008ae5
Fix regression: allow HTML comments containing --
.
...
Technically this isn't allowed in an HTML comment, but
we've always allowed it, and so do most other implementations.
It is handy if e.g. you want to put command line arguments
in HTML comments.
2015-07-21 22:44:18 -07:00
John MacFarlane
6a96090f78
Merge pull request #2318 from infotroph/infotroph-readme-patch2
...
List all styles in manual for --reference-docx
2015-07-21 19:56:30 -07:00
John MacFarlane
ec5960ab11
Use newManager instead of withManager in recent http-client.
...
This avoids a deprecation warning.
2015-07-21 16:32:44 -07:00
Chris Black
1c4481daa8
List all styles in manual for --reference-docx
2015-07-21 17:54:16 -05:00
John MacFarlane
450bef90e0
DZSlides: Add role="note"
for speaker notes.
...
Closes #1693 .
2015-07-21 14:54:43 -07:00
John MacFarlane
da0842b5b5
HTML reader: handle type attribute on ol.
...
E.g. `<ol type="i">`.
Closes #2313 .
2015-07-21 13:07:52 -07:00
John MacFarlane
f6ad9e263f
LaTeX reader: properly handle booktabs lines.
...
Lines aren't part of the pandoc table model, but we can just
ignore them.
Closes #2307 .
2015-07-21 10:26:29 -07:00
John MacFarlane
7120df9dad
Don't capitalize header links in man page.
...
Also regenerated man page from latest README.
2015-07-21 10:24:59 -07:00
John MacFarlane
225f7f1658
Fixed some internal links in README.
...
Closes #2309 .
2015-07-21 10:24:30 -07:00
John MacFarlane
6166cd7559
Removed unneeded import.
2015-07-16 17:06:57 -07:00
John MacFarlane
075ad9a406
LaTeX writer: Fixed detection of 'chapters' from template.
...
If a documentclass isn't specified in metadata, but the
template has a hardwired bookish documentclass, act as if
`--chapters` was used. This was the default in earlier
versions, but it has been broken for a little while.
2015-07-16 15:52:38 -07:00
John MacFarlane
47a2dab137
Merge pull request #2303 from hftf/h6
...
Add missing Heading 6 style in reference Docx
2015-07-15 18:15:12 -07:00
Ophir Lifshitz
126d6f58df
Docx Reader: Updated headers test
...
Replaced styles.xml in headers.docx with pandoc's current styles.xml, which
contains styles for Heading 1 through 6. Added Heading 4 through 7 to the test
document. Note that Heading 7 is not parsed as a Heading because there is no
Heading 7 style.
2015-07-15 19:52:05 -04:00
Ophir Lifshitz
cfa68c689f
Reference Docx: Add missing Header 6 style (steel blue)
...
Based on Header 4 (bold, steel blue) and Header 5 (italic, steel blue)
2015-07-15 19:12:56 -04:00
Ophir Lifshitz
c0c7f8377d
Reference Docx: Correct outlineLvl for Header styles
...
Not sure if this actually affects anything
2015-07-15 19:11:01 -04:00
John MacFarlane
e944c036cf
Added section on REPL to CONTRIBUTING.md.
2015-07-15 12:13:51 -07:00
John MacFarlane
605e15a71d
Updated man page.
2015-07-15 09:18:52 -07:00
John MacFarlane
2848e10ccf
Fix typo in RELEASE_CHECKLIST
2015-07-15 09:18:39 -07:00
John MacFarlane
1cfe9354ca
Updated date on README.
2015-07-15 09:04:48 -07:00
John MacFarlane
3c166655bf
Updated changelog.
2015-07-15 09:03:59 -07:00
John MacFarlane
0c83c391db
Version bump to 1.15.0.6.
2015-07-15 08:58:06 -07:00
John MacFarlane
c2ab44af84
--self-contained
: Fixed overaggressive CSS minimization.
...
Previously `--self-contained` wiped out all spaces in CSS,
including semantically significant spaces!
Closes #2301 .
Closes #2286 .
2015-07-15 08:16:42 -07:00
John MacFarlane
6c32afc3c4
Updated to use cmark >= 0.4.
2015-07-14 22:51:23 -07:00
John MacFarlane
9e0fb844a9
Markdown reader: don't allow bare URI links or autolinks in link label.
...
Added test cases.
Closes #2300 .
2015-07-14 13:16:40 -07:00
John MacFarlane
9cdfd4f649
Improved bare autolink detection.
...
Previously we disallowed `-` at the end of an autolink,
and disallowed the combination `=-`.
This commit liberalizes the rules for allowing punctuation in
a bare URI.
Added test cases.
One potential drawback is that you can no longer put a bare
URI in em dashes like this
this uri---http://example.com---is an example.
But in this respect we now match github's treatment of bare URIs.
Closes #2299 .
2015-07-14 10:24:39 -07:00
John MacFarlane
dce6a7388a
Allow vector 0.11.
2015-07-14 09:23:47 -07:00
John MacFarlane
b8634b9f75
HTML writer: support speaker notes in dzslides.
...
With this change `<div class="notes">` and also `<div class="notes"
role="note">` will be output if `-t dzslides` is used. So we can
have speaker notes in dzslides too.
Thanks to maybegeek.
2015-07-13 22:50:17 -07:00
John MacFarlane
1668e8ef03
Updated dzslides template.
2015-07-13 22:46:49 -07:00
John MacFarlane
ed3e540955
Improved documentation of options to print system default files.
...
`--print-default-data-file` and `--print-default-template`.
Closes #2298 .
2015-07-13 21:51:46 -07:00
John MacFarlane
db989854d3
Merge pull request #2295 from dev-zero/master
...
DokuWiki: write $..$ instead of <math>..</math>
2015-07-13 08:29:09 -07:00
Tiziano Müller
f464e49142
DokuWiki: write $..$ instead of <math>..</math>
...
MathJax seems currently to be the only maintained math rendering
extension for DokuWiki and it uses $..$ instead of <math>..</math>.
2015-07-13 14:19:48 +02:00
John MacFarlane
2df3dfe883
Changed hierarchicalize so it treats references div as top-level header.
...
Fixes a bug with `--section-divs`, where the final references section
added by pandoc-citeproc, enclosed in its own div, got put in the
div for the section previous to it.
This fixes #2294 . Longer term, we might think about how hierarchicalize
should interact with Div elements.
2015-07-12 13:58:28 -07:00
John MacFarlane
0bd5873977
Updated man page.
2015-07-10 11:55:05 -07:00
John MacFarlane
f5027d0167
Updated changelog.
2015-07-10 10:39:03 -07:00
John MacFarlane
653a7bbe21
Removed tabs from source.
2015-07-10 10:35:58 -07:00
John MacFarlane
99fe8594d9
Avoid parsing partial URLs as HTML tags.
...
Closes #2277 .
2015-07-10 10:33:27 -07:00
John MacFarlane
5f730ee804
Version bump to 1.15.0.5 and updated changelog.
2015-07-09 22:50:13 -07:00
John MacFarlane
fb58015b9a
Added to Contributors list.
2015-07-09 22:37:05 -07:00
John MacFarlane
cb2c81b45b
Updated pandoc.wxs.
...
From @nkalvi with a few modifications (custom variables).
- when per-machine installation is chosen, the system path
is updated instead of the user's
- an appropriate default is used for per-machine installation directory.
2015-07-09 22:02:30 -07:00
John MacFarlane
b587acb224
Merge pull request #2266 from PromyLOPh/fieldinline
...
RST: Support inline markup for field list names
2015-07-08 22:45:06 -07:00
John MacFarlane
ac79429a12
PDF: Make sure --latex-engine-opt
goes before the filename...
...
on the command line. LaTeX needs the argument to come after
the options.
Closes #1779 - again! Thanks to squisher for pointing
out the problem.
2015-07-08 17:37:54 -07:00
John MacFarlane
4667f92987
Merge pull request #2282 from adunning/patch-1
...
CommonMark Writer: Correct tags used for superscript/subscript
2015-07-08 11:20:56 -07:00
Andrew Dunning
4850aaf046
Correct superscript/subscript.
2015-07-08 13:57:04 -04:00
John MacFarlane
9e528f4c0c
Fixed email javascript obfuscation with mailto: URLs.
...
This fixes a potential security issue. Because single quotes weren't
being escaped in the link portion, a specially crafted email address
could allow javascript code injection.
[Jim'+alert('hi')+'OBrien](mailto:me@example.com)
Closes #2280 .
2015-07-07 11:15:40 -07:00
John MacFarlane
7398dea65f
Updated context writer test.
2015-07-06 17:20:26 -07:00
John MacFarlane
a72a026d04
ConTeXt template: activate hanging indent for definition lists.
...
(mb21)
2015-07-06 16:56:46 -07:00