Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-10-31 | Fix broken reference links in manual. (#4014) | Andrew Dunning | 1 | -2/+2 | |
2017-10-31 | LaTeX/Beamer writer: support "blocks" inside columns and other Divs. | John MacFarlane | 1 | -0/+4 | |
Example: ``` <div class="columns"> <div class="column" width="40%"> - Item </div> <div class="column" width="60%"> - Item </div> </div> ``` Closes #4016. | |||||
2017-10-31 | Markdown reader: make sure fenced div closers work in lists. | John MacFarlane | 3 | -5/+12 | |
Previously the following failed: ::: {.class} 1. one 2. two ::: and you needed a blank line before the closing `:::`. | |||||
2017-10-31 | Make `fenced_divs` affect the Markdown writer. | John MacFarlane | 2 | -8/+15 | |
If `fenced_divs` is enabled, fenced divs will be used. | |||||
2017-10-31 | Fixed example of slide columns structure in changelog. | John MacFarlane | 2 | -10/+27 | |
Also documented this feature in MANUAL.txt. Closes #4015. | |||||
2017-10-31 | Creole reader: fixed lists with trailing white space. | Sascha Wilde | 2 | -1/+12 | |
2017-10-31 | FB2 writer: write blocks outside of <p> in definitions | Alexander Krotov | 2 | -52/+38 | |
2017-10-30 | Add -linux suffix to linux tarball. | John MacFarlane | 1 | -1/+1 | |
2017-10-30 | Update changelog. | John MacFarlane | 1 | -0/+24 | |
2017-10-30 | Bump to 2.0.0.1. | John MacFarlane | 1 | -1/+1 | |
2017-10-30 | EPUB writer: fixed filepaths for nonstandard epub-subdirectory values. | John MacFarlane | 1 | -16/+23 | |
2017-10-30 | EPUB writer fixes: | John MacFarlane | 2 | -24/+33 | |
- Ensure that epub2 is recognized as a non-text format, so that a template is used. - Don't include "prefix" attribute for ibooks for epub2. It doesn't validate. - Fix stylesheet paths; previously we had an incorrect stylesheet path for the cover page and nav page. | |||||
2017-10-30 | Linux package build: ensure that pandoc-citeproc is statically linked. | John MacFarlane | 1 | -0/+6 | |
2017-10-30 | trypandoc: add native. | John MacFarlane | 1 | -0/+2 | |
2017-10-30 | Remove hftf from list of authors. | John MacFarlane | 1 | -1/+0 | |
hftf == Ophir Lifshitz | |||||
2017-10-30 | LaTeX reader: insert space when needed in macro expansion. | John MacFarlane | 1 | -1/+8 | |
Sometimes we need to insert a space after a control sequence to prevent it merging with a following letter. Closes #4007. | |||||
2017-10-30 | Allow unbraced arguments for macros. | John MacFarlane | 1 | -8/+8 | |
See #4007. | |||||
2017-10-30 | Added failing command test for #4007. | John MacFarlane | 1 | -0/+23 | |
2017-10-30 | Allow body of macro definition to be unbraced. | John MacFarlane | 1 | -7/+10 | |
e.g. \newcommand\arrow\to See #4007. | |||||
2017-10-29 | Add ms to trypandoc output formats. | John MacFarlane | 1 | -0/+1 | |
2017-10-29 | Improved menus for trypandoc. | John MacFarlane | 1 | -16/+28 | |
2017-10-29 | Regen man page. | John MacFarlane | 1 | -1/+1 | |
2017-10-29 | Makefile: fix version detection. | John MacFarlane | 1 | -1/+1 | |
2017-10-29 | Changelog format fixes. | John MacFarlane | 1 | -10/+10 | |
2017-10-29 | Fixed warnings. | John MacFarlane | 2 | -8/+3 | |
2017-10-29 | Export all of Text.Pandoc.Class from Text.Pandoc. | John MacFarlane | 4 | -8/+1 | |
2017-10-29 | INSTALL - removed "building the whole pandoc ecosystem." | John MacFarlane | 1 | -23/+0 | |
This is irrelevant now with stack allowing us to depend on arbitrary git commits. | |||||
2017-10-29 | Removed useless notes state in DokuWiki writer. | John MacFarlane | 1 | -5/+2 | |
2017-10-29 | changelog formatting fix. | John MacFarlane | 1 | -4/+4 | |
2017-10-29 | Changelog formatting fix. | John MacFarlane | 1 | -3/+3 | |
2017-10-29 | Source code reformatting. | John MacFarlane | 25 | -204/+202 | |
2017-10-29 | hlint suggestions. | John MacFarlane | 26 | -542/+527 | |
2017-10-29 | Added creole reader test files to pandoc.cabal. | John MacFarlane | 1 | -0/+2 | |
2017-10-29 | More hlint. | John MacFarlane | 3 | -33/+30 | |
2017-10-29 | Makefile: make SOURCEFILES overridable for make lint, make format. | John MacFarlane | 1 | -3/+3 | |
2017-10-29 | Add .hlint.yaml | John MacFarlane | 1 | -0/+72 | |
2017-10-29 | Small reformat. | John MacFarlane | 1 | -1/+1 | |
2017-10-29 | Use uncurry. | John MacFarlane | 1 | -1/+1 | |
2017-10-29 | More hlint fixes. | John MacFarlane | 6 | -58/+54 | |
2017-10-29 | Update changelog. | John MacFarlane | 1 | -0/+2 | |
2017-10-29 | Write FB2 lists without nesting blocks inside <p> (#4004) | Alexander | 3 | -99/+119 | |
According to FB2 XML schema <empty-line /> cannot be placed inside <p>. Linux FBReader can't display such paragraphs, e.g. any "loose" lists produced by pandoc prior to this commit. Besides that, FB2 writer placed <p> inside <p> when writing nested lists, this commit fixes the bug. Also this commit removes leading non-breaking space from ordered lists for consistency with bullet lists. Definition lists are not affected at all. |