Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2013-09-08 | Markdown: Allow backtick code blocks not to be preceded by blank line. | John MacFarlane | 1 | -0/+3 | |
Closes #975. | |||||
2013-09-08 | Partial reorganization of changelog. | John MacFarlane | 1 | -301/+356 | |
2013-09-07 | HTML5 template: Add meta tag to allow user scaling. | John MacFarlane | 1 | -5/+8 | |
(Erik Evenson) | |||||
2013-09-07 | MedaWiki reader: Implement some mathjax extensions. | John MacFarlane | 1 | -4/+15 | |
* `:<math>` for display math * `\(..\)` for inline math * `\[..\]` for display math We omit the `$` forms as the heuristics are harder. | |||||
2013-09-07 | Added `lists_without_preceding_blankline` extension. | John MacFarlane | 3 | -0/+7 | |
* Added `Ext_lists_without_preceding_blankline` to `Extension` in `Options`. Added this option to `githubMarkdownExtensions`. * Made markdown reader sensitive to this. * Closes #972. | |||||
2013-09-06 | make_osx_package.sh: Assume pandoc-types, pandoc-citeproc are in Hackage. | John MacFarlane | 1 | -4/+0 | |
2013-09-06 | Tweaked windows install script. | John MacFarlane | 1 | -3/+1 | |
Assumes that pandoc-types and pandoc-citeproc are in Hackage. | |||||
2013-09-06 | Markdown writer: Fixed bugs in YAML header output. | John MacFarlane | 2 | -4/+4 | |
2013-09-06 | MediaWiki reader: Allow Image: for images. | John MacFarlane | 1 | -1/+1 | |
Closes #971. | |||||
2013-09-05 | More windows package tweaks. | John MacFarlane | 1 | -0/+1 | |
Make sure subordinate packages are reinstalled. | |||||
2013-09-05 | Windows installer: gave up on unicode collation. | John MacFarlane | 1 | -1/+0 | |
2013-09-05 | Fixed typo. | John MacFarlane | 1 | -1/+1 | |
2013-09-05 | Preliminary changes to windows installer script. | John MacFarlane | 2 | -2/+17 | |
2013-09-02 | Fixed make_osx_package.sh. | John MacFarlane | 1 | -7/+11 | |
2013-09-02 | Improved make_osx_package.sh. | John MacFarlane | 1 | -6/+14 | |
New PackageMaker location. New method of installing, to get pandoc-citeproc executables too. Use embed_data_files. | |||||
2013-09-01 | Documented --bibliography, --csl, --citation-abbreviations. | John MacFarlane | 1 | -0/+17 | |
2013-09-01 | Changed --metadata to return Boolean True if no value. | John MacFarlane | 2 | -7/+14 | |
Also documented in README. | |||||
2013-09-01 | Change for latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2013-09-01 | Restore --bibliography, --csl, --citation-abbreviations. | John MacFarlane | 1 | -0/+27 | |
These are now implemented as: --bibliography FILE => --metadata bibliography=FILE --filter pandoc-citeproc --csl FILE => --metadata csl=FILE --citation-abbreviations FILE => --metadata csl-abbreviations=FILE | |||||
2013-09-01 | Added `--metadata/-M` option. | John MacFarlane | 2 | -7/+24 | |
This is like `--variable/-V`, but actually adds to metadata, not just variables. | |||||
2013-09-01 | Markdown reader: Don't autolink a bare URI that is followed by `</a>`. | John MacFarlane | 2 | -1/+5 | |
Closes #937. | |||||
2013-09-01 | Mathjax in HTML slide shows: include explicit "Typeset" instruction. | John MacFarlane | 1 | -1/+2 | |
This seems to be needed for some formats (e.g. slideous) and won't hurt in others. Closes #966. | |||||
2013-09-01 | Document fact that --toc doesn't do anything for docx or odt output. | John MacFarlane | 1 | -1/+1 | |
See #458. | |||||
2013-09-01 | Use registerHeader in Textile reader. | John MacFarlane | 2 | -30/+32 | |
This produces automatic header identifiers, unless `auto_identifiers` extension is disabled. Closes #967. | |||||
2013-09-01 | Use registerHeader in RST and LaTeX readers. | John MacFarlane | 10 | -74/+76 | |
This will give automatic unique identifiers, unless `-auto_identifiers` is specified. | |||||
2013-09-01 | Factored out registerHeader from markdown reader, added to Parsing. | John MacFarlane | 2 | -28/+34 | |
Text.Pandoc.Parsing now exports registerHeader, which can be used in other readers. |