Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-14 | Update LaTeX/ConTeXt link colour usage. | Andrew Dunning | 1 | -12/+14 | |
2015-11-14 | Added note about default for --email-obfuscation. | John MacFarlane | 1 | -1/+2 | |
See #2528. | |||||
2015-11-13 | Added `emoji` extension to Markdown. | John MacFarlane | 1 | -1/+5 | |
This is enabled by default in `markdown_github`. Added `Ext_emoji` to `Extension` in `Text.Pandoc.Options` (API change). Closes #2523. | |||||
2015-11-12 | Added Arata Mizuki to contributor list. | John MacFarlane | 1 | -0/+1 | |
2015-11-12 | Updated date on README. | John MacFarlane | 1 | -1/+1 | |
2015-11-12 | README: consistent capitalization for pandoc and Markdown. | John MacFarlane | 1 | -95/+95 | |
2015-11-12 | EPUB writer: don't download linked media when `data-external` attribute set. | John MacFarlane | 1 | -1/+18 | |
By default pandoc downloads all linked media and includes it in the EPUB container. This can be disabled by setting `data-external` on the tags linking to media that should not be downloaded. Example: <audio controls="1"> <source src="http://www.sixbarsjail.it/tmp/bach_toccata.mp3" type="audio/mpeg"></source> </audio> Closes #2473. | |||||
2015-11-04 | Merge pull request #2472 from adunning/patch-1 | John MacFarlane | 1 | -15/+21 | |
Update LaTeX/ConTeXt variable usage in README. | |||||
2015-10-30 | Textile reader: don't do smart punctuation unless explicitly asked. | John MacFarlane | 1 | -4/+2 | |
Closes #2480. Note that although smart punctuation is part of the textile spec, it's not always wanted when converting from textile to, say, Markdown. So it seems better to make this an option. | |||||
2015-10-23 | Note expanded support for abstract, keywords. | Andrew Dunning | 1 | -2/+2 | |
Based on <https://github.com/jgm/pandoc-templates/pull/144>, <https://github.com/jgm/pandoc-templates/pull/142>. | |||||
2015-10-22 | Update LaTeX/ConTeXt variable usage in README. | Andrew Dunning | 1 | -15/+21 | |
Accounts for changes in https://github.com/jgm/pandoc-templates/pull/141. | |||||
2015-10-20 | Add new variables for ConTeXt template to README. | Andrew Dunning | 1 | -27/+73 | |
2015-10-20 | Update date on README. | John MacFarlane | 1 | -1/+1 | |
2015-10-20 | Allow use of ConTeXt to generate PDFs. | John MacFarlane | 1 | -6/+17 | |
pandoc my.md -t context -o my.pdf will now create a PDF using ConTeXt rather than LaTeX. Closes #2463. | |||||
2015-10-19 | Merge pull request #2458 from mb21/lang-inlines | John MacFarlane | 1 | -6/+11 | |
LaTeX and ConTeXt writers: support lang attribute on divs and spans | |||||
2015-10-18 | LaTeX and ConTeXt writers: support lang attribute on divs and spans | mb21 | 1 | -6/+11 | |
For LaTeX, also collect lang and dir attributes on spans and divs to set the lang, otherlangs and dir variables if they aren’t set already. See #895. | |||||
2015-10-18 | Fixed auto_identifiers examples | Benoit Schweblin | 1 | -5/+5 | |
2015-10-17 | Consider header files when determining whether to use csquotes. | Andreas Lööw | 1 | -6/+7 | |
2015-10-15 | Support all frame attributes in Beamer. | John MacFarlane | 1 | -2/+8 | |
2015-10-14 | Update slides variables in README. | Andrew Dunning | 1 | -27/+13 | |
This reflects the inclusion of all reveal.js variables in <https://github.com/jgm/pandoc-templates/pull/134>. | |||||
2015-10-14 | Add new LaTeX variables to README. | Andrew Dunning | 1 | -6/+22 | |
2015-10-10 | reveal.js template: add controls, progress variables. | John MacFarlane | 1 | -0/+6 | |
Thanks to Grégoire Pineau. | |||||
2015-10-10 | Merge pull request #2441 from mb21/polyglossia-lang | John MacFarlane | 1 | -2/+1 | |
Change variable to polyglossia-lang.name and .options | |||||
2015-10-10 | Man template improvements: | John MacFarlane | 1 | -0/+7 | |
- Added comment stating that the page is autogenerated by pandoc, giving version. - Added `adjusting` and `hyphenate` variables. - Documented new variables. | |||||
2015-10-08 | Correct `setspace` package usage in README. | Andrew Dunning | 1 | -1/+1 | |
Template configured to set `setstretch` directly rather than package options. | |||||
2015-10-08 | Improve CSL documentation in README. | Andrew Dunning | 1 | -19/+40 | |
2015-10-08 | Improve links and cross-references in README. | Andrew Dunning | 1 | -215/+285 | |
2015-10-07 | Change variable to polyglossia-lang.name and .options | mb21 | 1 | -2/+1 | |
closes #2437 | |||||
2015-10-05 | Minor change in README: and -> or. | John MacFarlane | 1 | -1/+1 | |
We never need both polyglossia and babel. | |||||
2015-10-05 | Revise variables discussion in README. | Andrew Dunning | 1 | -63/+81 | |
2015-10-03 | Template updates. | John MacFarlane | 1 | -4/+8 | |
Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`. | |||||
2015-09-26 | Merge pull request #2419 from mb21/bidi | John MacFarlane | 1 | -0/+19 | |
Support bidirectional text output with XeLaTeX, ConTeXt and HTML | |||||
2015-09-26 | Slightly improved description of citation locators in README. | John MacFarlane | 1 | -6/+10 | |
2015-09-26 | Support bidirectional text output with XeLaTeX, ConTeXt and HTML | mb21 | 1 | -0/+19 | |
closes #2191 | |||||
2015-09-26 | Give details of locator terms | nickbart1980 | 1 | -1/+8 | |
2015-09-22 | Merge pull request #2369 from mb21/language-variables | John MacFarlane | 1 | -4/+16 | |
`lang` variable is now in BCP47 format | |||||
2015-08-25 | Removed obsolete reference to default.csl. | John MacFarlane | 1 | -2/+2 | |
Closes #2372. @cinaeco as the pandoc-citeproc man page describes, the current behavior if no style is specified is to look in `~/.csl/chicago-author-date.csl`, and if nothing is found there, to use a default version of chicago-author-date.csl. You may want to open a separate issue on jgm/pandoc-citeproc suggesting the use of `default.csl` rather than `chicago-author-date.csl`. I agree that this would make sense. | |||||
2015-08-20 | `lang` variable is now in BCP47 format | mb21 | 1 | -4/+16 | |
strings are converted for LaTeX and ConTeXt output, closes #1614 | |||||
2015-08-13 | Added `--bash-completion` option. | John MacFarlane | 1 | -0/+7 | |
This generates a bash completion script. To use: eval "$(pandoc --bash-completion)" | |||||
2015-08-08 | Clarified what is "out of scope" in README and CONTRIBUTING.md. | John MacFarlane | 1 | -0/+10 | |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -9/+4 | |
2015-08-06 | Clarify docs on block quotes. | John MacFarlane | 1 | -2/+9 | |
The space after `>` is optional. Closes #2346. | |||||
2015-07-27 | Text.Pandoc.Options: modifications for image attributes. | John MacFarlane | 1 | -5/+67 | |
* Added `Ext_common_link_attributes` constructor to `Extension` (for link and image attributes). * Added this to `pandocExtensions` and `phpMarkdownExtraExtensions`. * Added `writerDpi` to `WriterOptions`. * pandoc.hs: Added `--dpi` option. * Updated README for `--dpi` and `common_link_attributes` extension. Patch due to mb21, with some modifications: `writerDpi` is now an `Int` rather than a `Double`. | |||||
2015-07-26 | README: Added space after backslash in image example. | John MacFarlane | 1 | -1/+1 | |
See #2329. | |||||
2015-07-25 | Merge pull request #1689 from kuribas/master | John MacFarlane | 1 | -1/+2 | |
Use '=' instead of '#' for atx-style headers in markdown+lhs. | |||||
2015-07-23 | Updated README and cabal description for ODT reader. | John MacFarlane | 1 | -4/+4 | |
2015-07-21 | List all styles in manual for --reference-docx | Chris Black | 1 | -5/+6 | |
2015-07-21 | Fixed some internal links in README. | John MacFarlane | 1 | -6/+5 | |
Closes #2309. | |||||
2015-07-15 | Updated date on README. | John MacFarlane | 1 | -1/+1 | |
2015-07-13 | Improved documentation of options to print system default files. | John MacFarlane | 1 | -3/+5 | |
`--print-default-data-file` and `--print-default-template`. Closes #2298. |