aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-26Added Sascha Wilde to AUTHORS.mdJohn MacFarlane1-0/+1
2017-10-26Add creole support to manual.John MacFarlane1-8/+10
2017-10-26Creole reader (#3994)Sascha Wilde5-0/+596
This is feature complete but not very thoroughly tested yet.
2017-10-26Use skylighting 0.4.2.John MacFarlane4-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-26Small fix to API guide.John MacFarlane1-2/+2
2017-10-26Finshed API guide. Closes #3289.John MacFarlane1-21/+40
2017-10-26Comment reformat.John MacFarlane1-6/+4
2017-10-26makePDF: add argument for pdf options, remove writerPdfArgs.John MacFarlane3-19/+15
- Removed writerPdfArgs from WriterOptions (API change). - Added parameter for pdf args to makePDF.
2017-10-26More API documentation.John MacFarlane1-7/+60
2017-10-26More work on using-the-pandoc-api.md.John MacFarlane1-35/+98
2017-10-25More work on using-the-pandoc-api.md.John MacFarlane1-17/+51
2017-10-25pandoc.lua: define default list attributesAlbert Krewinkel1-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-24Small improvements in using-the-pandoc-api.md.John MacFarlane1-3/+3
2017-10-24Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change)John MacFarlane1-0/+2
2017-10-24More progress on using-the-pandoc-api.md.John MacFarlane1-32/+238
2017-10-24Added some haddock docs for Text.Pandoc.Class functions.John MacFarlane1-3/+22
2017-10-24Changed example in changelog.John MacFarlane1-2/+2
2017-10-24Some work on using-the-pandoc-api.md.John MacFarlane1-13/+42
2017-10-24Updated changelogJohn MacFarlane1-13/+28
2017-10-24HTML reader: close td/th should close any open block tag...John MacFarlane1-0/+2
Closes #3991.
2017-10-24HTML reader: td should close an open th or td.John MacFarlane1-0/+1
2017-10-24Revert "HTML reader: td or th implicitly closes blocks within last td/th."John MacFarlane1-5/+1
This reverts commit d2c4243f89a6368d4f9f8a511d9b026d0be19cd8.
2017-10-24HTML reader: td or th implicitly closes blocks within last td/th.John MacFarlane1-1/+5
2017-10-24Fenced divs: ensure that paragraph at end doesn't become Plain.John MacFarlane3-11/+31
Added test case.
2017-10-23INSTALL.md: updated docs for the linux package.John MacFarlane1-5/+13
2017-10-23Back to using [WARNING] and [INFO] to mark messages.John MacFarlane4-9/+7
2017-10-23Implemented fenced Divs.John MacFarlane5-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-23HTML reader: `htmlTag` improvements.John MacFarlane2-8/+28
We previously failed on cases where an attribute contained a `>` character. This patch fixes the bug. Closes #3989.
2017-10-23More pleasing presentation of warnings and info messages.John MacFarlane4-9/+10
!! warning -- info
2017-10-23Updated Glob upper bound.John MacFarlane2-2/+2
2017-10-23Fixed test for change in log level.John MacFarlane1-3/+0
2017-10-23Downgraded SkippedContent and DocxParserWarning from WARNING to INFOJohn MacFarlane1-2/+2
2017-10-23Removed linux Dockerfile.alpine (main Dockerfile already alpine).John MacFarlane1-30/+0
2017-10-23Merge pull request #3988 from mb21/lettrineJohn MacFarlane2-3/+13
LaTeX Reader: support \lettrine
2017-10-22Fixed make_tarball.sh to get VERSION set.John MacFarlane1-1/+1
2017-10-22make_deb, make_tarball - fix default assignment of ARTIFACTS.John MacFarlane2-2/+2
2017-10-22Updated linux Makefile to use alpine.John MacFarlane1-4/+4
2017-10-22Back to using alpine-based Dockerfile for linux build.John MacFarlane6-100/+31
2017-10-22make_linux.sh tarball creation fix directory structure.John MacFarlane1-1/+2
2017-10-22Fixed bug in make_linux.sh path.John MacFarlane1-1/+1
2017-10-22Linux package: new debian-based non-static build.John MacFarlane4-25/+44
2017-10-22Added linux/make_linux.sh.John MacFarlane1-0/+79
This does a linux build and creates deb and tgz distributions.
2017-10-22Fixed detection of VERSION in make_macos_package.sh.John MacFarlane1-3/+4
This broke when we uncapitalized cabal fields! Now we get this from `pandoc --version`.
2017-10-22LaTeX Reader: support \lettrinemb212-0/+10
2017-10-22LaTeX Reader: use opt function consistentlymb211-3/+3
2017-10-21In rendering PandocParsecError, only print input at error location...John MacFarlane1-1/+6
if the source name is `source` (i.e., the top level). Otherwise results will be misleading, since what readM does is to look up the source position of the error in the *original* input, which may not match the input used by parseFromString or in parsing from an included file. Closes #3865. Not a great fix, maybe there's something better that could be done, but this should at least avoid misleading messages.
2017-10-22Merge pull request #3987 from wilx/masterJohn MacFarlane1-1/+3
Support comments in Pandoc templates in Emacs pandoc-template-mode.
2017-10-22Support comments in Pandoc templates in Emacs pandoc-template-mode.Vaclav Haisman1-1/+3
2017-10-21Updated changelog.John MacFarlane1-0/+1766
11,681 words!
2017-10-20SelfContained: data-background-image instead of data-background.John MacFarlane1-1/+1
Really closes #3979.