summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated tests.John MacFarlane2017-11-03
|
* Use latest skylighting.John MacFarlane2017-11-03
|
* Added a few abbreviations and sorted the list. (#3984)Wandmalfarbe2017-11-03
|
* Improved support for columns in HTML.John MacFarlane2017-11-02
| | | | | | | | | | * 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.
* Update skylighting version in stack.pkg.yaml.John MacFarlane2017-11-02
|
* Merge pull request #4032 from wilx/masterJohn MacFarlane2017-11-02
|\ | | | | pandoc-template-mode: Comments auto-fill and HTML attributes highlighting fixes.
| * Merge remote-tracking branch 'upstream/master'Vaclav Haisman2017-11-03
| |\ | |/ |/|
* | Support `lineAnchors` (or `line-anchors`) in code blocks, for HTML.John MacFarlane2017-11-02
| |
* | Use latest skylighting; ensure no duplicate ids on code lines.John MacFarlane2017-11-02
| | | | | | | | | | | | | | | | 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.
* | Bump tasty upper bound.John MacFarlane2017-11-02
| |
* | Fixed revealjs slide column width issues.John MacFarlane2017-11-02
| | | | | | | | | | | | | | | | | | * 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.
* | hlintAlexander Krotov2017-11-02
| |
* | Removed reference to default.beamer in docs.John MacFarlane2017-11-01
| | | | | | | | | | | | | | Also added mention of other templates affecting PDF output with different settings. Closes #4024.
* | Merge pull request #4022 from adam234/patch-1John MacFarlane2017-11-01
|\ \ | | | | | | MacOS instructions needed xar -f
| * | MacOS instructions needed xar -f Adam2017-11-01
| | | | | | | | | As written, produces an error
* | | SelfContained: use base64 for css links with media attribute.John MacFarlane2017-11-01
|/ / | | | | | | This fixes `--self-contained` with s5. Closes #4026.
* | Really fix #3989.John MacFarlane2017-11-01
| | | | | | | | | | The previous fix only worked in certain cases. Other cases with `>` in an HTML attribute broke.
* | Updated command test for #3989.John MacFarlane2017-11-01
| | | | | | | | We didn't fix it completely before.
* | hlintAlexander Krotov2017-11-01
| |
* | FB2 writer: Add "unrecognised" genre to <title-info>Alexander Krotov2017-11-01
| | | | | | | | XML schema requires at least one genre.
* | FB2 writer: remove <annotation> from <body>Alexander Krotov2017-11-01
| | | | | | | | | | | | <annotation> is not allowed inside <body> according to FictionBook2 XML schema. Besides that, the same information is already placed inside <description>. Related bug: #2424
* | Update changelog.John MacFarlane2017-10-31
| |
* | Merge pull request #4009 from mb21/html-class-namesJohn MacFarlane2017-11-01
|\ \ | | | | | | HTML Writer: consistently use dashed class-names
| * | HTML Writer: consistently use dashed class-namesmb212017-10-31
| | | | | | | | | | | | see #3556
* | | Merge pull request #4008 from labdsf/fb2-bulletsJohn MacFarlane2017-11-01
|\ \ \ | | | | | | | | FB2 writer: make bullet lists consistent with ordered lists
| * | | FB2 writer: make bullet lists consistent with ordered listsAlexander Krotov2017-10-31
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Previously bullet lists interacted in odd way with ordered lists. For example, bullet lists nested in ordered list had incorrect indentation. Besides that, indentation with spaces is not rendered by FBReader and fbless. To avoid this problem, bullet lists are indented by appending bullets to marker just the same way it is done for ordered lists.
* | | Merge pull request #4001 from labdsf/fb2-testsJohn MacFarlane2017-11-01
|\ \ \ | | | | | | | | Add new style FB2 tests
| * | | Add new style FB2 testsAlexander Krotov2017-10-28
| | | |
* | | | Update changelog.John MacFarlane2017-10-31
| | | |
* | | | Updated date on manual and regenerated man page.John MacFarlane2017-10-31
| | | |
* | | | Version to 2.0.1.John MacFarlane2017-10-31
| | | |
* | | | Properly pass through author metadata in JATS writer.John MacFarlane2017-10-31
| | | | | | | | | | | | | | | | Closes #4020.
* | | | Fixed regression in parsing of HTML comments in markdown...John MacFarlane2017-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #4018 from swilde/creole-fixesJohn MacFarlane2017-11-01
|\ \ \ \ | | | | | | | | | | Creole Reader: fix lists with triling white space
| * | | | Creole reader: fixed some minor typos and formatting.Sascha Wilde2017-10-31
| | | | |
| * | | | Creole reader: additional test on nowiki-block after para.Sascha Wilde2017-10-31
| | | | |
| * | | | Creole reader: fixed lists with trailing white space.Sascha Wilde2017-10-31
| | | | |
* | | | | Add Millimeter constructor to Dimension in ImageSize.John MacFarlane2017-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor API change. Now sizes given in 'mm' are no longer converted to 'cm'. Closes #4012.
* | | | | LaTeX reader: handle `%` comment right after command.John MacFarlane2017-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example \emph% {hi}
* | | | | Revise documentation of small caps syntax. (#4013)Andrew Dunning2017-10-31
| | | | |
* | | | | Fix broken reference links in manual. (#4014)Andrew Dunning2017-10-31
| | | | |
* | | | | LaTeX/Beamer writer: support "blocks" inside columns and other Divs.John MacFarlane2017-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example: ``` <div class="columns"> <div class="column" width="40%"> - Item </div> <div class="column" width="60%"> - Item </div> </div> ``` Closes #4016.
* | | | | Markdown reader: make sure fenced div closers work in lists.John MacFarlane2017-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the following failed: ::: {.class} 1. one 2. two ::: and you needed a blank line before the closing `:::`.
* | | | | Make `fenced_divs` affect the Markdown writer.John MacFarlane2017-10-31
| | | | | | | | | | | | | | | | | | | | If `fenced_divs` is enabled, fenced divs will be used.
* | | | | Fixed example of slide columns structure in changelog.John MacFarlane2017-10-31
|/ / / / | | | | | | | | | | | | | | | | | | | | Also documented this feature in MANUAL.txt. Closes #4015.
* | / / FB2 writer: write blocks outside of <p> in definitionsAlexander Krotov2017-10-31
| |/ / |/| |
| | * pandoc-template-mode.el: Improve.Vaclav Haisman2017-11-03
| |/ |/| | | | | | | | | | | | | | | 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.
* | Add -linux suffix to linux tarball.John MacFarlane2017-10-30
| |
* | Update changelog.John MacFarlane2017-10-30
| |
* | Bump to 2.0.0.1.John MacFarlane2017-10-30
| |