Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-04 | Update MANUAL date and man page. | John MacFarlane | 2 | -5/+19 | |
2017-11-04 | Bump to 2.0.1.1. | John MacFarlane | 2 | -2/+2 | |
2017-11-04 | Update changelog. | John MacFarlane | 1 | -0/+59 | |
2017-11-04 | Revert "Better indentation under headers in org mode output." | John MacFarlane | 2 | -432/+424 | |
This reverts commit 1a81751cef330d875cc34f11cde4a0d478969db7. | |||||
2017-11-04 | Better indentation under headers in org mode output. | John MacFarlane | 2 | -424/+432 | |
See #4036. Close examination by org experts needed, to ensure that nothing breaks. | |||||
2017-11-04 | Fix strikethrough in gfm writer. | John MacFarlane | 2 | -1/+7 | |
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 | Clarify that --setext-headers doesn't affect gfm output. | John MacFarlane | 1 | -0/+1 | |
Closes #4035. | |||||
2017-11-04 | Merge branch 'master' of github.com:jgm/pandoc | John MacFarlane | 1 | -5/+5 | |
2017-11-04 | INSTALL.md: update links to Linux distributions (#4040) | Roland Hieber | 1 | -5/+5 | |
* 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 | Revise clarification on fenced_divs. | John MacFarlane | 1 | -8/+5 | |
(#4039) | |||||
2017-11-04 | Manual: Edit "Extension: fenced_divs" (#4039) | Tristano Ajmone | 1 | -0/+9 | |
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 | Test case change for texmath 0.10. | John MacFarlane | 1 | -2/+2 | |
2017-11-03 | Use texmath 0.10. | John MacFarlane | 3 | -1/+3 | |
2017-11-03 | Updated tests. | John MacFarlane | 2 | -2/+2 | |
2017-11-03 | Use latest skylighting. | John MacFarlane | 3 | -3/+3 | |
2017-11-03 | Added a few abbreviations and sorted the list. (#3984) | Wandmalfarbe | 1 | -19/+42 | |
2017-11-02 | Improved support for columns in HTML. | John MacFarlane | 18 | -53/+53 | |
* 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 | Update skylighting version in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-11-02 | Merge pull request #4032 from wilx/master | John MacFarlane | 1 | -2/+6 | |
pandoc-template-mode: Comments auto-fill and HTML attributes highlighting fixes. | |||||
2017-11-03 | Merge remote-tracking branch 'upstream/master' | Vaclav Haisman | 64 | -327/+560 | |
2017-11-03 | pandoc-template-mode.el: Improve. | Vaclav Haisman | 1 | -2/+6 | |
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-02 | Support `lineAnchors` (or `line-anchors`) in code blocks, for HTML. | John MacFarlane | 2 | -0/+8 | |
2017-11-02 | Use latest skylighting; ensure no duplicate ids on code lines. | John MacFarlane | 6 | -13/+24 | |
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 | Bump tasty upper bound. | John MacFarlane | 1 | -1/+1 | |
2017-11-02 | Fixed revealjs slide column width issues. | John MacFarlane | 2 | -7/+10 | |
* 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 | hlint | Alexander Krotov | 7 | -28/+25 | |
2017-11-01 | Removed reference to default.beamer in docs. | John MacFarlane | 1 | -2/+3 | |
Also added mention of other templates affecting PDF output with different settings. Closes #4024. | |||||
2017-11-01 | Merge pull request #4022 from adam234/patch-1 | John MacFarlane | 1 | -1/+1 | |
MacOS instructions needed xar -f | |||||
2017-11-01 | SelfContained: use base64 for css links with media attribute. | John MacFarlane | 1 | -0/+1 | |
This fixes `--self-contained` with s5. Closes #4026. | |||||
2017-11-01 | MacOS instructions needed xar -f | Adam | 1 | -1/+1 | |
As written, produces an error | |||||
2017-11-01 | Really fix #3989. | John MacFarlane | 2 | -6/+13 | |
The previous fix only worked in certain cases. Other cases with `>` in an HTML attribute broke. | |||||
2017-11-01 | Updated command test for #3989. | John MacFarlane | 1 | -5/+3 | |
We didn't fix it completely before. | |||||
2017-11-01 | hlint | Alexander Krotov | 18 | -53/+53 | |
2017-11-01 | FB2 writer: Add "unrecognised" genre to <title-info> | Alexander Krotov | 9 | -8/+10 | |
XML schema requires at least one genre. | |||||
2017-11-01 | FB2 writer: remove <annotation> from <body> | Alexander Krotov | 9 | -23/+9 | |
<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-10-31 | Update changelog. | John MacFarlane | 1 | -2/+12 | |
2017-11-01 | Merge pull request #4009 from mb21/html-class-names | John MacFarlane | 7 | -23/+23 | |
HTML Writer: consistently use dashed class-names | |||||
2017-11-01 | Merge pull request #4008 from labdsf/fb2-bullets | John MacFarlane | 2 | -18/+14 | |
FB2 writer: make bullet lists consistent with ordered lists | |||||
2017-11-01 | Merge pull request #4001 from labdsf/fb2-tests | John MacFarlane | 3 | -0/+37 | |
Add new style FB2 tests | |||||
2017-10-31 | Update changelog. | John MacFarlane | 1 | -0/+49 | |
2017-10-31 | Updated date on manual and regenerated man page. | John MacFarlane | 2 | -14/+40 | |
2017-10-31 | Version to 2.0.1. | John MacFarlane | 1 | -1/+1 | |
2017-10-31 | Properly pass through author metadata in JATS writer. | John MacFarlane | 2 | -41/+26 | |
Closes #4020. | |||||
2017-10-31 | Fixed regression in parsing of HTML comments in markdown... | John MacFarlane | 2 | -2/+11 | |
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-11-01 | Merge pull request #4018 from swilde/creole-fixes | John MacFarlane | 2 | -6/+21 | |
Creole Reader: fix lists with triling white space | |||||
2017-10-31 | Creole reader: fixed some minor typos and formatting. | Sascha Wilde | 1 | -4/+5 | |
2017-10-31 | Creole reader: additional test on nowiki-block after para. | Sascha Wilde | 1 | -1/+4 | |
2017-10-31 | Add Millimeter constructor to Dimension in ImageSize. | John MacFarlane | 2 | -1/+14 | |
Minor API change. Now sizes given in 'mm' are no longer converted to 'cm'. Closes #4012. | |||||
2017-10-31 | LaTeX reader: handle `%` comment right after command. | John MacFarlane | 3 | -1/+55 | |
For example \emph% {hi} | |||||
2017-10-31 | Revise documentation of small caps syntax. (#4013) | Andrew Dunning | 1 | -6/+10 | |