aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-12Muse reader: accept Emacs Muse definition listsAlexander Krotov2-1/+14
Emacs Muse does not require indentation.
2017-11-12Add emacs extensionAlexander Krotov1-0/+1
2017-11-12Fix a typo: "uisng" -> "using"Alexander Krotov1-1/+1
2017-11-11Functor instance to fix ghc 7.8 warning.John MacFarlane1-1/+1
2017-11-11Update changelog.John MacFarlane1-0/+62
2017-11-11Require latest pandoc-types.John MacFarlane1-2/+2
2017-11-11Fixed URIs in jats.csl.John MacFarlane1-4/+1
They were being rendered twice, leading to invalid XML.
2017-11-11lua-filters.md: use real-world man page filter as example.John MacFarlane1-4/+17
2017-11-11Bump to 2.0.2.John MacFarlane1-1/+1
2017-11-11Use lua filter to generate man page from MANUAL.John MacFarlane7-321/+281
Instead of three Haskell filters. This is easier and faster.
2017-11-11Add lua filter functions to walk inline and block elements.John MacFarlane5-149/+241
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.
2017-11-11Use pandoc-types 1.17.3John MacFarlane2-2/+2
2017-11-11MANUAL: update date.John MacFarlane1-1/+1
2017-11-11Fixed YAML metadata with "chomp" (`|-`).John MacFarlane2-2/+14
Previously if a YAML block under `|-` contained a blank line, pandoc would not parse it as metadata.
2017-11-11MediaWiki reader: hlintAlexander Krotov1-13/+13
2017-11-10Txt2Tags reader: hlintAlexander Krotov1-27/+25
2017-11-10Vimwiki reader: hlintAlexander Krotov1-17/+17
2017-11-09Removed etc. from abbreviations file.John MacFarlane1-1/+0
Reason: often etc. ends a sentence, and we want the . to be treated as a sentence-ending period.
2017-11-09Allow fenced code blocks to be indented 1-3 spaces.John MacFarlane2-2/+26
This brings our handling of them into alignment with CommonMark's. Closes #??.
2017-11-10HTML reader: hlintAlexander Krotov1-31/+30
2017-11-09MANUAL: fix header level of "Extension: emoji"Albert Krewinkel1-1/+1
The level of the "Extension: `emoji`" heading is reduced from 5 to 4 to conform with the other extension headings.
2017-11-08Fix regression with --metadata.John MacFarlane2-4/+24
It should replace a metadata value set in the document itself, rather than creating a list including a new value. Closes #4054.
2017-11-08EPUB writer: fixed modified paths for raw HTML tagsJohn MacFarlane1-2/+2
(src, poster, etc.) This had not been updated for the new EPUB container layout, with a separate text/ subdirectory. Closes #4050. Closes #4055.
2017-11-08Change to using pandoc-citeproc 0.12.1 in binary packages.John MacFarlane1-1/+1
2017-11-08Remove stack.full.yaml.John MacFarlane1-25/+0
See #4052.
2017-11-07Deprecated ancient HTML math methods.John MacFarlane2-34/+47
`--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath`
2017-11-07MANUAL: consolidate math documentation (#4049)Mauro Bieg1-85/+66
2017-11-07EPUB writer: fixed EPUB OCF structure.John MacFarlane1-65/+82
The structure of the EPUBs was messed up, and #3720 was improperly implemented. This commit fixes things.
2017-11-07EPUB writer: fix image paths with empty `--epub-subdirectory`.John MacFarlane1-3/+9
2017-11-06s/suppport/support/Alexander Krotov2-4/+4
2017-11-06Spellcheck commentsAlexander Krotov2-6/+6
2017-11-05Update RELEASE_CHECKLIST with instruction to tag templates.John MacFarlane1-0/+4
Closes #4044.
2017-11-05Various improvements to INSTALL.md.John MacFarlane1-34/+25
2017-11-05update commands to extract deb archive on Linux (#4043)Salim B1-1/+9
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.
2017-11-05Fix 'make changes_github'.John MacFarlane1-1/+1
2017-11-04Fix test output for latest skylighting.John MacFarlane2-6/+6
2017-11-04Use skylighting 0.4.3.2.John MacFarlane4-4/+4
2017-11-04Logging: issue INFO, not WARNING, if LaTeX .sty file can't be read.John MacFarlane2-1/+8
Normally this is not a situation requiring a fix from the user, so a warning is inappropriate.
2017-11-04Use -O2 for windows, macos binary packages.John MacFarlane2-2/+2
2017-11-04Update MANUAL date and man page.John MacFarlane2-5/+19
2017-11-04Bump to 2.0.1.1.John MacFarlane2-2/+2
2017-11-04Update changelog.John MacFarlane1-0/+59
2017-11-04Revert "Better indentation under headers in org mode output."John MacFarlane2-432/+424
This reverts commit 1a81751cef330d875cc34f11cde4a0d478969db7.
2017-11-04Better indentation under headers in org mode output.John MacFarlane2-424/+432
See #4036. Close examination by org experts needed, to ensure that nothing breaks.
2017-11-04Fix strikethrough in gfm writer.John MacFarlane2-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-04Clarify that --setext-headers doesn't affect gfm output.John MacFarlane1-0/+1
Closes #4035.
2017-11-04Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane1-5/+5
2017-11-04INSTALL.md: update links to Linux distributions (#4040)Roland Hieber1-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-04Revise clarification on fenced_divs.John MacFarlane1-8/+5
(#4039)
2017-11-04Manual: Edit "Extension: fenced_divs" (#4039)Tristano Ajmone1-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).