Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-26 | partially undo b851c2a | Kolen Cheung | 1 | -1/+1 | |
2017-10-26 | CONTRIBUTING.md: update reference to a deprecated arg | Kolen Cheung | 1 | -1/+1 | |
2017-10-26 | Update changelog | John MacFarlane | 1 | -0/+13 | |
2017-10-26 | doc/using-the-pandoc-api.md: proofread (minor) | Kolen Cheung | 1 | -3/+3 | |
2017-10-26 | doc/filters.md: add more links to pandoc filters in diff. lang. | Kolen Cheung | 1 | -2/+4 | |
2017-10-26 | CONTRIBUTING.md: general proofread | Kolen Cheung | 1 | -12/+10 | |
grammar, uniform style, etc. | |||||
2017-10-26 | CONTRIBUTING.md: sync a quote from MANUAL.txt | Kolen Cheung | 1 | -4/+4 | |
2017-10-26 | CONTRIBUTING.md: add links | Kolen Cheung | 1 | -10/+15 | |
2017-10-26 | Fixed filters doc link | John MacFarlane | 1 | -1/+1 | |
2017-10-26 | use skylighting 0.4.2 in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-10-26 | Bring MANUAL, README, and pandoc.cabal description in sync. | John MacFarlane | 3 | -17/+18 | |
2017-10-26 | Added Sascha Wilde to AUTHORS.md | John MacFarlane | 1 | -0/+1 | |
2017-10-26 | Add creole support to manual. | John MacFarlane | 1 | -8/+10 | |
2017-10-26 | Creole reader (#3994) | Sascha Wilde | 5 | -0/+596 | |
This is feature complete but not very thoroughly tested yet. | |||||
2017-10-26 | Use skylighting 0.4.2. | John MacFarlane | 4 | -15/+13 | |
This prevents the problem with extra space around highlighted code blocks (closes #3996). Note that we no longer put an enclosing div around highlighted code blocks. The pre is the outer element, just as for unhighlighted blocks. | |||||
2017-10-26 | Small fix to API guide. | John MacFarlane | 1 | -2/+2 | |
2017-10-26 | Finshed API guide. Closes #3289. | John MacFarlane | 1 | -21/+40 | |
2017-10-26 | Comment reformat. | John MacFarlane | 1 | -6/+4 | |
2017-10-26 | makePDF: add argument for pdf options, remove writerPdfArgs. | John MacFarlane | 3 | -19/+15 | |
- Removed writerPdfArgs from WriterOptions (API change). - Added parameter for pdf args to makePDF. | |||||
2017-10-26 | More API documentation. | John MacFarlane | 1 | -7/+60 | |
2017-10-26 | More work on using-the-pandoc-api.md. | John MacFarlane | 1 | -35/+98 | |
2017-10-25 | More work on using-the-pandoc-api.md. | John MacFarlane | 1 | -17/+51 | |
2017-10-25 | pandoc.lua: define default list attributes | Albert Krewinkel | 1 | -1/+2 | |
The second argument of the OrderedList constructor, which should define the list's attributes, is made optional. Default attributes are used if the parameter is omitted. | |||||
2017-10-24 | Small improvements in using-the-pandoc-api.md. | John MacFarlane | 1 | -3/+3 | |
2017-10-24 | Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change) | John MacFarlane | 1 | -0/+2 | |
2017-10-24 | More progress on using-the-pandoc-api.md. | John MacFarlane | 1 | -32/+238 | |
2017-10-24 | Added some haddock docs for Text.Pandoc.Class functions. | John MacFarlane | 1 | -3/+22 | |
2017-10-24 | Changed example in changelog. | John MacFarlane | 1 | -2/+2 | |
2017-10-24 | Some work on using-the-pandoc-api.md. | John MacFarlane | 1 | -13/+42 | |
2017-10-24 | Updated changelog | John MacFarlane | 1 | -13/+28 | |
2017-10-24 | HTML reader: close td/th should close any open block tag... | John MacFarlane | 1 | -0/+2 | |
Closes #3991. | |||||
2017-10-24 | HTML reader: td should close an open th or td. | John MacFarlane | 1 | -0/+1 | |
2017-10-24 | Revert "HTML reader: td or th implicitly closes blocks within last td/th." | John MacFarlane | 1 | -5/+1 | |
This reverts commit d2c4243f89a6368d4f9f8a511d9b026d0be19cd8. | |||||
2017-10-24 | HTML reader: td or th implicitly closes blocks within last td/th. | John MacFarlane | 1 | -1/+5 | |
2017-10-24 | Fenced divs: ensure that paragraph at end doesn't become Plain. | John MacFarlane | 3 | -11/+31 | |
Added test case. | |||||
2017-10-23 | INSTALL.md: updated docs for the linux package. | John MacFarlane | 1 | -5/+13 | |
2017-10-23 | Back to using [WARNING] and [INFO] to mark messages. | John MacFarlane | 4 | -9/+7 | |
2017-10-23 | Implemented fenced Divs. | John MacFarlane | 5 | -0/+93 | |
+ Added Ext_fenced_divs to Extensions (default for pandoc Markdown). + Document fenced_divs extension in manual. + Implemented fenced code divs in Markdown reader. + Added test. Closes #168. | |||||
2017-10-23 | HTML reader: `htmlTag` improvements. | John MacFarlane | 2 | -8/+28 | |
We previously failed on cases where an attribute contained a `>` character. This patch fixes the bug. Closes #3989. | |||||
2017-10-23 | More pleasing presentation of warnings and info messages. | John MacFarlane | 4 | -9/+10 | |
!! warning -- info | |||||
2017-10-23 | Updated Glob upper bound. | John MacFarlane | 2 | -2/+2 | |
2017-10-23 | Fixed test for change in log level. | John MacFarlane | 1 | -3/+0 | |
2017-10-23 | Downgraded SkippedContent and DocxParserWarning from WARNING to INFO | John MacFarlane | 1 | -2/+2 | |
2017-10-23 | Removed linux Dockerfile.alpine (main Dockerfile already alpine). | John MacFarlane | 1 | -30/+0 | |
2017-10-23 | Merge pull request #3988 from mb21/lettrine | John MacFarlane | 2 | -3/+13 | |
LaTeX Reader: support \lettrine | |||||
2017-10-22 | Fixed make_tarball.sh to get VERSION set. | John MacFarlane | 1 | -1/+1 | |
2017-10-22 | make_deb, make_tarball - fix default assignment of ARTIFACTS. | John MacFarlane | 2 | -2/+2 | |
2017-10-22 | Updated linux Makefile to use alpine. | John MacFarlane | 1 | -4/+4 | |
2017-10-22 | Back to using alpine-based Dockerfile for linux build. | John MacFarlane | 6 | -100/+31 | |
2017-10-22 | make_linux.sh tarball creation fix directory structure. | John MacFarlane | 1 | -1/+2 | |