Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-10-22 | Fixed bug in make_linux.sh path. | John MacFarlane | 1 | -1/+1 | |
2017-10-22 | Linux package: new debian-based non-static build. | John MacFarlane | 4 | -25/+44 | |
2017-10-22 | Added linux/make_linux.sh. | John MacFarlane | 1 | -0/+79 | |
This does a linux build and creates deb and tgz distributions. | |||||
2017-10-22 | Fixed detection of VERSION in make_macos_package.sh. | John MacFarlane | 1 | -3/+4 | |
This broke when we uncapitalized cabal fields! Now we get this from `pandoc --version`. | |||||
2017-10-22 | LaTeX Reader: support \lettrine | mb21 | 2 | -0/+10 | |
2017-10-22 | LaTeX Reader: use opt function consistently | mb21 | 1 | -3/+3 | |
2017-10-21 | In rendering PandocParsecError, only print input at error location... | John MacFarlane | 1 | -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-22 | Merge pull request #3987 from wilx/master | John MacFarlane | 1 | -1/+3 | |
Support comments in Pandoc templates in Emacs pandoc-template-mode. | |||||
2017-10-22 | Support comments in Pandoc templates in Emacs pandoc-template-mode. | Vaclav Haisman | 1 | -1/+3 | |
2017-10-21 | Updated changelog. | John MacFarlane | 1 | -0/+1766 | |
11,681 words! | |||||
2017-10-20 | SelfContained: data-background-image instead of data-background. | John MacFarlane | 1 | -1/+1 | |
Really closes #3979. | |||||
2017-10-20 | Use doctemplates 0.2.1: allows `$--` line comments in templates. | John MacFarlane | 4 | -6/+9 | |
Closes #3806. | |||||
2017-10-19 | LaTeX reader: be more forgiving in parsing command options. | John MacFarlane | 1 | -2/+2 | |
This was needed, for example, to make some minted options work. | |||||
2017-10-19 | LaTeX reader: Strip off quotes in `\include` filenames. | John MacFarlane | 1 | -1/+2 | |
2017-10-19 | LaTeX reader: support `\expandafter`. | John MacFarlane | 2 | -6/+48 | |
Closes #3983. | |||||
2017-10-19 | LaTeX reader: handle `\DeclareRobustCommand`. | John MacFarlane | 1 | -2/+3 | |
Currently it's just treated as a synonym for `\newcommand`. Handles the second case mentioned in #3983. | |||||
2017-10-18 | Clarify DATADIR in MANUAL | John MacFarlane | 1 | -0/+2 | |
2017-10-18 | Fix typo in changelog | John MacFarlane | 1 | -1/+1 | |
2017-10-17 | Export Text.Pandoc.BCP47 | John MacFarlane | 1 | -1/+1 | |
2017-10-17 | Split list of authors from MANUAL.txt into separate file, AUTHORS.md. | John MacFarlane | 4 | -353/+426 | |
It was getting too long for a man page. | |||||
2017-10-17 | Updated AUTHORS | John MacFarlane | 1 | -0/+2 | |
2017-10-17 | pandoc.lua: destructure attr for Link and Image | Albert Krewinkel | 1 | -2/+2 | |
Make Attr values accessible through through the keys `identifier`, `classes` and `attributes`. This is already used in other elements with attributes and is now fixed for Link and Image. | |||||
2017-10-17 | Merge pull request #3980 from bfirsh/skip-spaces-in-image-options | John MacFarlane | 2 | -0/+29 | |
Latex reader: Skip spaces in image options | |||||
2017-10-17 | Latex reader: Skip spaces in image options | Ben Firshman | 2 | -0/+5 | |
2017-10-17 | Add tests for existing \includegraphics behaviour | Ben Firshman | 1 | -0/+24 | |
2017-10-16 | SelfContained: handle data-background attribute on section. | John MacFarlane | 1 | -2/+3 | |
This should help with #3979. In my test, I got a data uri for data-background. But it didn't actually work in the browser (the background image didn't show). Not sure whether this is a problem in reveal.js or a problem in pandoc... | |||||
2017-10-16 | HTML writer: don't add data- prefix to unknown attributes beginning with data-. | John MacFarlane | 1 | -0/+1 | |
Or we'll get data-data-blah. | |||||
2017-10-16 | Revised command test 3971 to work with Windows. | John MacFarlane | 1 | -2/+2 | |
2017-10-16 | Improved handling of include files in LaTeX reader. | John MacFarlane | 5 | -61/+93 | |
Previously `\include` wouldn't work if the included file contained, e.g., a begin without a matching end. We've changed the Tok type so that it stores a full SourcePos, rather than just a line and column. So tokens keeep track of the file they came from. This allows us to use a simpler method for includes, which doesn't require parsing the included document as a whole. Closes #3971. | |||||
2017-10-16 | RST writer: correctly handle inline code containing backticks. | John MacFarlane | 2 | -2/+13 | |
(Use a :literal: role.) Closes #3974. | |||||
2017-10-16 | RST writer: don't backslash-escape word-internal punctuation. | John MacFarlane | 3 | -16/+25 | |
Closes #3978. |