Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-12 | lua-filters.md: add wordcount example. | John MacFarlane | 1 | -0/+47 | |
2017-11-12 | Fix comment that confuses haddock. | John MacFarlane | 1 | -1/+1 | |
2017-11-12 | Improve handout example. | John MacFarlane | 1 | -2/+5 | |
2017-11-12 | Fixed typo in lua-filters exmaple. | John MacFarlane | 1 | -1/+1 | |
2017-11-12 | lua-filters.md doc: Added handout example. | John MacFarlane | 1 | -0/+21 | |
2017-11-12 | LaTeX reader: support column specs like `*{2}{r}`. | John MacFarlane | 2 | -4/+27 | |
This is equivalent to `rr`. We now expand it like a macro. Closes #4056. | |||||
2017-11-12 | LaTeX reader: allow optional args for parbox. | John MacFarlane | 2 | -1/+12 | |
See #4056. | |||||
2017-11-12 | README: fixed link. | John MacFarlane | 1 | -2/+2 | |
2017-11-12 | Muse reader: accept Emacs Muse definition lists | Alexander Krotov | 2 | -1/+14 | |
Emacs Muse does not require indentation. | |||||
2017-11-12 | Add emacs extension | Alexander Krotov | 1 | -0/+1 | |
2017-11-12 | Fix a typo: "uisng" -> "using" | Alexander Krotov | 1 | -1/+1 | |
2017-11-11 | Functor instance to fix ghc 7.8 warning. | John MacFarlane | 1 | -1/+1 | |
2017-11-11 | Update changelog. | John MacFarlane | 1 | -0/+62 | |
2017-11-11 | Require latest pandoc-types. | John MacFarlane | 1 | -2/+2 | |
2017-11-11 | Fixed URIs in jats.csl. | John MacFarlane | 1 | -4/+1 | |
They were being rendered twice, leading to invalid XML. | |||||
2017-11-11 | lua-filters.md: use real-world man page filter as example. | John MacFarlane | 1 | -4/+17 | |
2017-11-11 | Bump to 2.0.2. | John MacFarlane | 1 | -1/+1 | |
2017-11-11 | Use lua filter to generate man page from MANUAL. | John MacFarlane | 7 | -321/+281 | |
Instead of three Haskell filters. This is easier and faster. | |||||
2017-11-11 | Add lua filter functions to walk inline and block elements. | John MacFarlane | 5 | -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-11 | Use pandoc-types 1.17.3 | John MacFarlane | 2 | -2/+2 | |
2017-11-11 | MANUAL: update date. | John MacFarlane | 1 | -1/+1 | |
2017-11-11 | Fixed YAML metadata with "chomp" (`|-`). | John MacFarlane | 2 | -2/+14 | |
Previously if a YAML block under `|-` contained a blank line, pandoc would not parse it as metadata. | |||||
2017-11-11 | MediaWiki reader: hlint | Alexander Krotov | 1 | -13/+13 | |
2017-11-10 | Txt2Tags reader: hlint | Alexander Krotov | 1 | -27/+25 | |
2017-11-10 | Vimwiki reader: hlint | Alexander Krotov | 1 | -17/+17 | |
2017-11-09 | Removed etc. from abbreviations file. | John MacFarlane | 1 | -1/+0 | |
Reason: often etc. ends a sentence, and we want the . to be treated as a sentence-ending period. | |||||
2017-11-09 | Allow fenced code blocks to be indented 1-3 spaces. | John MacFarlane | 2 | -2/+26 | |
This brings our handling of them into alignment with CommonMark's. Closes #??. | |||||
2017-11-10 | HTML reader: hlint | Alexander Krotov | 1 | -31/+30 | |
2017-11-09 | MANUAL: fix header level of "Extension: emoji" | Albert Krewinkel | 1 | -1/+1 | |
The level of the "Extension: `emoji`" heading is reduced from 5 to 4 to conform with the other extension headings. | |||||
2017-11-08 | Fix regression with --metadata. | John MacFarlane | 2 | -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-08 | EPUB writer: fixed modified paths for raw HTML tags | John MacFarlane | 1 | -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-08 | Change to using pandoc-citeproc 0.12.1 in binary packages. | John MacFarlane | 1 | -1/+1 | |
2017-11-08 | Remove stack.full.yaml. | John MacFarlane | 1 | -25/+0 | |
See #4052. | |||||
2017-11-07 | Deprecated ancient HTML math methods. | John MacFarlane | 2 | -34/+47 | |
`--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath` | |||||
2017-11-07 | MANUAL: consolidate math documentation (#4049) | Mauro Bieg | 1 | -85/+66 | |
2017-11-07 | EPUB writer: fixed EPUB OCF structure. | John MacFarlane | 1 | -65/+82 | |
The structure of the EPUBs was messed up, and #3720 was improperly implemented. This commit fixes things. | |||||
2017-11-07 | EPUB writer: fix image paths with empty `--epub-subdirectory`. | John MacFarlane | 1 | -3/+9 | |
2017-11-06 | s/suppport/support/ | Alexander Krotov | 2 | -4/+4 | |
2017-11-06 | Spellcheck comments | Alexander Krotov | 2 | -6/+6 | |
2017-11-05 | Update RELEASE_CHECKLIST with instruction to tag templates. | John MacFarlane | 1 | -0/+4 | |
Closes #4044. | |||||
2017-11-05 | Various improvements to INSTALL.md. | John MacFarlane | 1 | -34/+25 | |
2017-11-05 | update commands to extract deb archive on Linux (#4043) | Salim B | 1 | -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-05 | Fix 'make changes_github'. | John MacFarlane | 1 | -1/+1 | |
2017-11-04 | Fix test output for latest skylighting. | John MacFarlane | 2 | -6/+6 | |
2017-11-04 | Use skylighting 0.4.3.2. | John MacFarlane | 4 | -4/+4 | |
2017-11-04 | Logging: issue INFO, not WARNING, if LaTeX .sty file can't be read. | John MacFarlane | 2 | -1/+8 | |
Normally this is not a situation requiring a fix from the user, so a warning is inappropriate. | |||||
2017-11-04 | Use -O2 for windows, macos binary packages. | John MacFarlane | 2 | -2/+2 | |
2017-11-04 | Update MANUAL date and man page. | John MacFarlane | 2 | -5/+19 | |
2017-11-04 | Bump to 2.0.1.1. | John MacFarlane | 2 | -2/+2 | |
2017-11-04 | Update changelog. | John MacFarlane | 1 | -0/+59 | |