Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-20 | Added --force in make-windows-installer.bat. | John MacFarlane | 1 | -2/+2 | |
2013-09-20 | make_osx_package: small code cleanup. | John MacFarlane | 1 | -11/+11 | |
2013-09-20 | Updated changelog. | John MacFarlane | 1 | -0/+35 | |
2013-09-20 | Version bump to 1.12.0.1. | John MacFarlane | 1 | -1/+1 | |
2013-09-19 | Don't use unicode_collation in building OSX package. | John MacFarlane | 1 | -4/+2 | |
It adds something like 50MB of dependencies to the package. | |||||
2013-09-19 | Added something on unicode_collation to INSTALL. | John MacFarlane | 1 | -0/+16 | |
2013-09-19 | Added small explanation of difference btw `-M` and `-V`. | John MacFarlane | 1 | -1/+5 | |
2013-09-19 | Documented `--metadata` change. | John MacFarlane | 1 | -4/+4 | |
2013-09-19 | Handle Boolean values in `--metadata`. | John MacFarlane | 2 | -4/+15 | |
Note that anything not parseable as a YAML boolean or string is treated as a literal string. Note that you can still get a string value with "yes" or any of the strings interpretable as booleans: -M boolvalue=yes -M stringvalue='"yes"' | |||||
2013-09-19 | Markdown reader: small code improvement. | John MacFarlane | 1 | -5/+5 | |
2013-09-19 | LaTeX writer: Don't print biblio if --natbib or --biblatex option used. | John MacFarlane | 1 | -10/+17 | |
2013-09-19 | DOCX writer: Add missing settings.xml to the zip container. | John MacFarlane | 1 | -1/+3 | |
Closes #990. | |||||
2013-09-18 | Fixed reference slides. | John MacFarlane | 1 | -1/+6 | |
The Div container around references messed up the procedure for carving a document into slides. So we now remove the surrounding Div in prepSlides. | |||||
2013-09-17 | More informative error when a filter is not found in path. | John MacFarlane | 1 | -2/+7 | |
No more "resource vanished (broken pipe)"! | |||||
2013-09-17 | Allow `--metadata` to be repeated for the same key to form a list. | John MacFarlane | 2 | -14/+27 | |
This also has the effect that `--bibliography` can be repeated, as before. | |||||
2013-09-17 | Depend on pandoc-types 1.12.1. | John MacFarlane | 1 | -3/+3 | |
2013-09-17 | make_osx_package.sh: Add dylibs needed for text-icu. | John MacFarlane | 1 | -0/+2 | |
2013-09-16 | Fixed typo in changelog: pandoc-citations -> pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2013-09-16 | Declare alex and happy as build-tools. | John MacFarlane | 1 | -1/+2 | |
Closes #986. | |||||
2013-09-15 | Minor formatting change on changelog. | John MacFarlane | 1 | -1/+1 | |
2013-09-14 | Markdown reader: unresolved citations fall back to original text. | John MacFarlane | 3 | -26/+29 | |
Not ???. Reason: Less surprising, especially for people using @ as in twitter. | |||||
2013-09-14 | Typo in changelog. | John MacFarlane | 1 | -4/+4 | |
2013-09-14 | changelog: Added some citation-related entries. | John MacFarlane | 1 | -0/+5 | |
These properly relate to pandoc-citeproc, but will be of interest to pandoc users. | |||||
2013-09-14 | Further fixes to make_osx_package.sh. | John MacFarlane | 1 | -8/+7 | |
2013-09-14 | Windows: make citation support a separable component. | John MacFarlane | 1 | -1/+3 | |
2013-09-14 | Updated windows installer batch file. | John MacFarlane | 1 | -3/+6 | |
2013-09-14 | Updated make_osx_package.sh. | John MacFarlane | 1 | -12/+18 | |
2013-09-14 | More robust check for '-F pandoc-filters', allowing pathnames. | John MacFarlane | 1 | -3/+3 | |
2013-09-13 | README: Added link to lua. | John MacFarlane | 1 | -1/+1 | |
2013-09-12 | Markdown writer: Print references if output is 'plain'. | John MacFarlane | 1 | -1/+2 | |
2013-09-12 | HTML writer: Ensure proper escaping in header metadata. | John MacFarlane | 2 | -4/+6 | |
2013-09-11 | Updated README on pandocfilters python module. | John MacFarlane | 1 | -5/+6 | |
2013-09-11 | Changed pandocfilters repository URL. | John MacFarlane | 2 | -2/+2 | |
2013-09-11 | Updated changelog. | John MacFarlane | 1 | -0/+1 | |
2013-09-11 | Mediawiki: Parse an image + caption in a para by itself as a figure. | John MacFarlane | 2 | -6/+6 | |
2013-09-10 | `--bibliography` again implies `-F pandoc-citeproc`. | John MacFarlane | 2 | -7/+14 | |
But only if pandoc-citeproc isn't already specified as a filter. | |||||
2013-09-10 | benchmark: Remove haddock (no writer to create reader input). | John MacFarlane | 1 | -1/+2 | |
2013-09-09 | Fixed a couple test files in cabal file. | John MacFarlane | 1 | -2/+2 | |
2013-09-09 | Further changelog formatting cleanup. | John MacFarlane | 1 | -21/+21 | |
2013-09-09 | Updated changelog. | John MacFarlane | 1 | -116/+126 | |
2013-09-09 | Markdown: don't parse citation right after alphanumeric. | John MacFarlane | 1 | -0/+5 | |
An `@` after an alphanumeric is probably an email address. | |||||
2013-09-08 | `--bibliography` no longer implies `-F pandoc-citeproc`. | John MacFarlane | 2 | -6/+2 | |
This could lead to double filtering if the user specifies `-F` too. | |||||
2013-09-08 | More work on changelog. | John MacFarlane | 1 | -47/+29 | |
2013-09-08 | More work on changelog. | John MacFarlane | 1 | -81/+73 | |
2013-09-08 | More work on changelog. | John MacFarlane | 1 | -119/+113 | |
2013-09-08 | Made . . . for pause work in all slide show formats except slideous. | John MacFarlane | 3 | -14/+18 | |
2013-09-08 | Added more raw material to changelog. | John MacFarlane | 1 | -0/+8 | |
2013-09-08 | Templates: more consistent behavior of `$for$`. | John MacFarlane | 1 | -1/+1 | |
When `foo` is not a list, `$for(foo)$...$endfor$` should behave like $if(foo)$...$endif$. So if `foo` resolves to "", no output should be produced. See pandoc-templates#39. | |||||
2013-09-08 | More work on changelog. | John MacFarlane | 1 | -0/+3 | |
2013-09-08 | markdown+list_without_preceding_blankline:+Interpret text before list as ↵ | John MacFarlane | 1 | -3/+5 | |
paragraph. |