summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* EPUB writer: Fixed path for cover image.John MacFarlane2017-11-14
| | | | | It was previously `media/media/imagename`, and should have been `media/imagename`.
* EPUB writer: fix paths for cover image.John MacFarlane2017-11-14
| | | | Closes #4069.
* LaTeX template: include natbib/biblatex after polyglossia.John MacFarlane2017-11-14
| | | | | | | Otherwise we seem to get an error; biblatex wants polyglossia language to be defined. Closes #4073.
* LaTeX reader: allow optional arguments on `\footnote`.John MacFarlane2017-11-13
| | | | Closes #4062.
* Markdown writer: fix bug with doubled footnotes in grid tables.John MacFarlane2017-11-13
| | | | Closes #4061.
* Replace "emacs" extension with "amuse" extensionAlexander Krotov2017-11-13
| | | | It makes clear that extension is related to Muse markup.
* More efficient wordcount.lua example.John MacFarlane2017-11-12
|
* lua-filters.md: add wordcount example.John MacFarlane2017-11-12
|
* Fix comment that confuses haddock.John MacFarlane2017-11-12
|
* Improve handout example.John MacFarlane2017-11-12
|
* Fixed typo in lua-filters exmaple.John MacFarlane2017-11-12
|
* lua-filters.md doc: Added handout example.John MacFarlane2017-11-12
|
* LaTeX reader: support column specs like `*{2}{r}`.John MacFarlane2017-11-12
| | | | | | This is equivalent to `rr`. We now expand it like a macro. Closes #4056.
* LaTeX reader: allow optional args for parbox.John MacFarlane2017-11-12
| | | | See #4056.
* README: fixed link.John MacFarlane2017-11-12
|
* Muse reader: accept Emacs Muse definition listsAlexander Krotov2017-11-12
| | | | Emacs Muse does not require indentation.
* Add emacs extensionAlexander Krotov2017-11-12
|
* Fix a typo: "uisng" -> "using"Alexander Krotov2017-11-12
|
* Functor instance to fix ghc 7.8 warning.John MacFarlane2017-11-11
|
* Update changelog.John MacFarlane2017-11-11
|
* Require latest pandoc-types.John MacFarlane2017-11-11
|
* Fixed URIs in jats.csl.John MacFarlane2017-11-11
| | | | They were being rendered twice, leading to invalid XML.
* lua-filters.md: use real-world man page filter as example.John MacFarlane2017-11-11
|
* Bump to 2.0.2.John MacFarlane2017-11-11
|
* Use lua filter to generate man page from MANUAL.John MacFarlane2017-11-11
| | | | | | Instead of three Haskell filters. This is easier and faster.
* Add lua filter functions to walk inline and block elements.John MacFarlane2017-11-11
| | | | | | | Refactored some code from Text.Pandoc.Lua.PandocModule into new internal module Text.Pandoc.Lua.Filter. Add `walk_inline` and `walk_block` in pandoc lua module.
* Use pandoc-types 1.17.3John MacFarlane2017-11-11
|
* MANUAL: update date.John MacFarlane2017-11-11
|
* Fixed YAML metadata with "chomp" (`|-`).John MacFarlane2017-11-11
| | | | | Previously if a YAML block under `|-` contained a blank line, pandoc would not parse it as metadata.
* MediaWiki reader: hlintAlexander Krotov2017-11-11
|
* Txt2Tags reader: hlintAlexander Krotov2017-11-10
|
* Vimwiki reader: hlintAlexander Krotov2017-11-10
|
* Removed etc. from abbreviations file.John MacFarlane2017-11-09
| | | | | Reason: often etc. ends a sentence, and we want the . to be treated as a sentence-ending period.
* Allow fenced code blocks to be indented 1-3 spaces.John MacFarlane2017-11-09
| | | | | | | This brings our handling of them into alignment with CommonMark's. Closes #??.
* HTML reader: hlintAlexander Krotov2017-11-10
|
* MANUAL: fix header level of "Extension: emoji"Albert Krewinkel2017-11-09
| | | | The level of the "Extension: `emoji`" heading is reduced from 5 to 4 to conform with the other extension headings.
* Fix regression with --metadata.John MacFarlane2017-11-08
| | | | | | | It should replace a metadata value set in the document itself, rather than creating a list including a new value. Closes #4054.
* EPUB writer: fixed modified paths for raw HTML tagsJohn MacFarlane2017-11-08
| | | | | | (src, poster, etc.) This had not been updated for the new EPUB container layout, with a separate text/ subdirectory. Closes #4050. Closes #4055.
* Change to using pandoc-citeproc 0.12.1 in binary packages.John MacFarlane2017-11-08
|
* Remove stack.full.yaml.John MacFarlane2017-11-08
| | | | See #4052.
* Deprecated ancient HTML math methods.John MacFarlane2017-11-07
| | | | | | | `--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath`
* MANUAL: consolidate math documentation (#4049)Mauro Bieg2017-11-07
|
* EPUB writer: fixed EPUB OCF structure.John MacFarlane2017-11-07
| | | | | The structure of the EPUBs was messed up, and #3720 was improperly implemented. This commit fixes things.
* EPUB writer: fix image paths with empty `--epub-subdirectory`.John MacFarlane2017-11-07
|
* s/suppport/support/Alexander Krotov2017-11-06
|
* Spellcheck commentsAlexander Krotov2017-11-06
|
* Update RELEASE_CHECKLIST with instruction to tag templates.John MacFarlane2017-11-05
| | | | Closes #4044.
* Various improvements to INSTALL.md.John MacFarlane2017-11-05
|
* update commands to extract deb archive on Linux (#4043)Salim B2017-11-05
| | | Since Pandoc v2.0 the xz instead of gz format is used for the data archive inside the deb (`data.tar.xz`) and the old commands to extract a gzip archive fail.
* Fix 'make changes_github'.John MacFarlane2017-11-05
|