Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-03 | RST writer: allow images to be directly nested within links, closes #4810 ↵ | Francesco Occhipinti | 1 | -0/+2 | |
(#4814) | |||||
2018-08-01 | RST writer: use `titleblock` instead of `title` variable for title block | Francesco Occhipinti | 1 | -4/+5 | |
Closes #4803 After this commit use `$titleblock$` in order to get what was contained in `$title$` before, that is a title and subtitle rendered according to the official rST method: http://docutils.sourceforge.net/docs/user/rst/quickstart.html#document-title-subtitle. from With this commit, the `$title$` and `$subtitle$` metadata are available and they simply carry the metadata values. This opens up more possibilities in templates. | |||||
2018-07-24 | MediaWiki writer: Avoid extra blank line in tables with empty cells. | John MacFarlane | 1 | -0/+1 | |
Note that the old output is semantically identical, but the new output looks better. Closes #4794. | |||||
2018-07-15 | Make markdown and github writers respect the `emoji` extension. | John MacFarlane | 2 | -0/+10 | |
2018-07-12 | AsciiDoc Writer: escape square brackets at start of line (#4708) | Mauro Bieg | 1 | -8/+13 | |
closes #4545 | |||||
2018-07-02 | Spellcheck comments | Alexander Krotov | 4 | -4/+4 | |
2018-06-30 | RST writer: don't treat 'example' as a syntax name. | John MacFarlane | 1 | -1/+2 | |
This fixes conversions from org with example blocks. Closes #4748. | |||||
2018-06-29 | Use HsYAML instead of yaml for translations, YAML metadata. | John MacFarlane | 1 | -1/+1 | |
yaml wraps a C library; HsYAML is pure Haskell. Closes #4747. Advances #4535. | |||||
2018-06-25 | Texinfo writer: use @sup and @sub instead of custom macros | Alexander Krotov | 1 | -10/+3 | |
Fixes #4728 | |||||
2018-06-12 | Beamer: Allow "noframenumbering" option (#4696) | Raymond Ehlers | 1 | -1/+2 | |
As noted [here](https://tex.stackexchange.com/a/49805) ([beamer commit here](https://github.com/josephwright/beamer/commit/ff70090f36b631667b472cfe675fc3514fe46f7e)), `noframenumbering` is an undocumented, but long existing option to disable frame numbering for a particular slide. This is useful to avoid numbering backup slides. | |||||
2018-06-12 | reveal.js writer and template: reuse mathjax URL... | John MacFarlane | 1 | -5/+6 | |
...provided by the argument to `--mathjax` or the normal pandoc default, rather than a hard-coded one in the template. Closes #4701. | |||||
2018-06-12 | FB2 writer: convert Plain to Para in annotation | Alexander Krotov | 1 | -1/+6 | |
Address #2424 | |||||
2018-06-12 | FB2 writer: fix order of items in title-info | Alexander Krotov | 1 | -1/+1 | |
Address issue #2424 | |||||
2018-06-07 | LaTeX writer: properly handle footnotes in table captions. | John MacFarlane | 1 | -17/+22 | |
Refactored code from figure captions to use in both places. Closes #4683. | |||||
2018-06-07 | beamer output: fix single digit column percentage (#4691) | Mauro Bieg | 1 | -1/+1 | |
fixes #4690 | |||||
2018-06-02 | Support --number-sections in RST output... | John MacFarlane | 1 | -0/+1 | |
via the "section-numbering" directive in standalone output. | |||||
2018-05-30 | Markdown writer: preserve `implicit_figures` with attributes... | John MacFarlane | 1 | -5/+11 | |
...even if `implicit_attributes` is not set, by rendering in raw HTML. Fixes #4677. | |||||
2018-05-16 | Custom writer: fix error message on script failure | Albert Krewinkel | 1 | -1/+1 | |
Error messages produced by Lua were not displayed by Pandoc. The writer was using the bottom-most stack element, while the error message is the top-most element. This lead to the writer to always show "Lua 5.3" as error message, disregarding the actual message. | |||||
2018-05-14 | Docx writer: be sensitive to `toc` in YAML metadata. | John MacFarlane | 1 | -4/+11 | |
Closes #4645. | |||||
2018-05-14 | Make internal links work in ODT/OpenDocument. | John MacFarlane | 1 | -5/+11 | |
This adds proper bookmarks to the headers with non-null IDs. Closes #4358. | |||||
2018-05-12 | EPUB writer: properly escape pagetitle. | John MacFarlane | 1 | -3/+6 | |
Previously we weren't escaping `&` and other XML characters in the pagetitle, so a title containing a `&` would be invalid. | |||||
2018-05-09 | Restored and undeprecated gladtex for HTML math. | John MacFarlane | 1 | -1/+8 | |
- Added `GladTeX` constructor to `Text.Pandoc.Options.HTMLMathMethod` [API change, reverts removal in v2.2] - Restored and undeprecated `--gladtex` option, removed in v2.2. Closes #4607. | |||||
2018-05-09 | Fix regression with tex math environments in HTML + MathJax. | John MacFarlane | 1 | -11/+5 | |
Closes #4639. | |||||
2018-05-08 | Support underline in docx writer. | John MacFarlane | 1 | -0/+3 | |
Updated golden test and confirmed validity of file. Closes #4633. | |||||
2018-05-07 | HTML writer: Strip links from headers when creating TOC. | John MacFarlane | 1 | -4/+12 | |
Otherwise the TOC entries will not link to the sections. Closes #4340. | |||||
2018-05-07 | Muse writer: add support for left-align and right-align classes | Alexander Krotov | 1 | -2/+8 | |
Address issue #4542 | |||||
2018-04-27 | RST writer: preserve empty inline parents in flatten (#4603) | Francesco Occhipinti | 1 | -2/+5 | |
2018-04-26 | LaTeX writer: Update \lstinline delimiters. (#4369) | Tim Parenti | 1 | -1/+1 | |
Don't delimit \lstinline with characters that are normally escaped. Follow-up to #4111, #4271. | |||||
2018-04-26 | Merge branch 'fb2-hrblankline' of https://github.com/labdsf/pandoc into ↵ | John MacFarlane | 1 | -7/+4 | |
labdsf-fb2-hrblankline | |||||
2018-04-26 | RST reader: flatten nested inlines, closes #4368 (#4554) | Francesco Occhipinti | 1 | -3/+75 | |
nested inlines are not valid RST syntax, so we flatten them following some readability criteria discussed in #4368. | |||||
2018-04-26 | Remove unused import | Alexander Krotov | 1 | -1/+1 | |
2018-04-26 | Simplify curSlideHasSpeakerNotes | Alexander Krotov | 1 | -4/+2 | |
2018-04-25 | Removed deprecated ancient HTML math methods. | John MacFarlane | 1 | -25/+0 | |
Removed `--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath`, `-m`, `--asciimathml` options. Removed `JsMath`, `LaTeXMathML`, and `GladTeX` constructors from `Text.Pandoc.Options.HTMLMathMethod` [API change]. Removed unneeded data file LaTeXMathML.js and updated tests. Bumped version to 2.2. | |||||
2018-04-21 | Markdown reader/writer: spacing adjustments in tables. | John MacFarlane | 1 | -1/+4 | |
* Markdown writer now includes a blank line at the end of the row in a single-row multiline table, to prevent it from being interpreted as a simple table. Closes #4578. * Markdown reader does a better job computing the relative width of the last column in a multiline table, so we can round-trip tables without constantly shrinking the last column. | |||||
2018-04-19 | RST writer: use more consistent indentation. | John MacFarlane | 1 | -6/+3 | |
Previously we used an odd mix of 3- and 4-space indentation. Now we use 3-space indentation, except for ordered lists, where indentation must depend on the width of the list marker. Closes #4563. | |||||
2018-04-19 | FB2 writer: convert metadata value "abstract" to book annotation | Alexander Krotov | 1 | -1/+4 | |
2018-04-16 | Beamer writer: don't use format specifier for default ordered lists. | John MacFarlane | 1 | -0/+1 | |
This gives better results for styles that put ordered list markers in boxes or circles. Closes #4556. | |||||
2018-04-16 | hlint Muse writer | Alexander Krotov | 1 | -4/+3 | |
2018-04-16 | Muse writer: simplify isHorizontalRule | Alexander Krotov | 1 | -3/+1 | |
2018-04-16 | Muse writer: escape definition list terms starting with list markers | Alexander Krotov | 1 | -6/+7 | |
2018-04-15 | Ms writer: font improvements. | John MacFarlane | 1 | -3/+14 | |
* Use `\f[R]` rather than `\f[]` to reset. The latter returns to the previous font, which gives unintended results in some cases. * Use `\f[BI]` and `\f[CB]` in headers, instead of `\f[I]` and `\f[C]`, since the header font is automatically bold. * Use `\f[CB]` rather than `\f[BC]` for monospace bold. Closes #4552. | |||||
2018-04-15 | Muse writer: escape strings starting with space | Alexander Krotov | 1 | -1/+5 | |
2018-04-14 | Ms writer link improvements. | John MacFarlane | 1 | -5/+13 | |
+ Create pdf anchor for a Div with an identifier. + Escape `/` character in anchor ids. + Improve escaping for anchor ids: we now use _uNNN_ instead of uNNN to avoid ambiguity. This is intended to help with #4515; however, in my tests, the link to the reference does not seem to work. I'm not sure why. | |||||
2018-04-14 | Man writer: Don't escape U+2019 as '. | John MacFarlane | 1 | -1/+0 | |
Closes #4550. | |||||
2018-04-10 | Muse writer: escape > less often | Alexander Krotov | 1 | -1/+2 | |
> should be escaped only when it can start verse, i.e., at the beginning of the line. | |||||
2018-04-09 | Muse writer: don't break headers, line blocks and tables with line breaks | Alexander Krotov | 1 | -5/+10 | |
2018-04-09 | Muse writer: fix Haddock comment | Alexander Krotov | 1 | -1/+1 | |
2018-04-09 | Muse writer: correctly output empty headings | Alexander Krotov | 1 | -2/+1 | |
2018-04-07 | FB2 writer: output links inline instead of producing notes | Alexander Krotov | 1 | -19/+2 | |
Previously all links were turned into footnotes with unclickable URLs inside. | |||||
2018-04-05 | Powerpoint writer: Handle Quoted Inlines | Jesse Rosenthal | 1 | -2/+13 | |
Closes: #4532 |