Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-01 | EPUB writer: Allow `lang` variable to set language in metadata. | John MacFarlane | 1 | -3/+4 | |
Defaults to locale language if `lang` is not set. | |||||
2012-01-01 | New treatment of dashes in --smart mode. | John MacFarlane | 1 | -5/+11 | |
* `---` is always em-dash, `--` is always en-dash. * pandoc no longer tries to guess when `-` should be en-dash. * A new option, `--old-dashes`, is provided for legacy documents. Rationale: The rules for en-dash are too complex and language-dependent for a guesser to work reliably. This change gives users greater control. The alternative of using unicode isn't very good, since unicode em- and en- dashes are barely distinguishable in a monospace font. | |||||
2011-12-30 | README: header identifiers now work in LaTeX, ConTeXt as well as HTML. | John MacFarlane | 1 | -2/+2 | |
Patch from B. Scott Michel. | |||||
2011-12-30 | ConTeXt writer: Add section labels and internal links as in HTML. | B. Scott Michel | 1 | -6/+6 | |
Add the ability to refer to internal links to the ConTeXt writer, just like the HTML writer can. The 'hierarchicalize' function generates unique names for sections, which can be used for references in ConTeXt, just as they can be in HTML. The ConTeXt writer adds these unique identifiers to each \section and does special processing of the Link target to see if it starts with a '#' (hash symbol), which is the tip-off that the link is an internal link. | |||||
2011-12-30 | README: Added link for HTML 5. | John MacFarlane | 1 | -0/+1 | |
2011-12-29 | Made `html5` and `html5+lhs` output formats. | John MacFarlane | 1 | -21/+22 | |
Deprecated the `--html5`/`-5` flag. Use the output format instead. | |||||
2011-12-29 | Added 'beamer' as an output format. | John MacFarlane | 1 | -18/+29 | |
Beamer output uses the default LaTeX template, with some customizations via variables. Added `writerBeamer` to `WriterOptions`. Added `--beamer` option to `markdown2pdf`. | |||||
2011-12-27 | Added `--highlight-style` and `--no-highlight` options. | John MacFarlane | 1 | -6/+17 | |
2011-12-22 | Removed highlighting flag. Highlighting support is now standard. | John MacFarlane | 1 | -5/+2 | |
2011-12-17 | Use blaze-html instead of xhtml for HTML generation. | John MacFarlane | 1 | -5/+0 | |
* This is a breaking API change for `writeHtml`. * It introduces a new dependency on blaze-html. * Pandoc now depends on highlighting-kate >= 0.4, which also uses blaze-html. * The --ascii option has been removed, because of differences in blaze-html's and xhtml's escaping. * Pandoc will no longer transform leading newlines in code blocks to `<br/>` tags. | |||||
2011-11-27 | Added 'lang' variable to LaTeX template. | John MacFarlane | 1 | -1/+1 | |
Thanks to Magnus Therning for the suggestion. | |||||
2011-11-24 | --self-contained now works with `<video>` as well as `<img>`. | John MacFarlane | 1 | -10/+10 | |
2011-11-21 | Slight modification of --self-contained documentation. | John MacFarlane | 1 | -9/+9 | |
2011-11-21 | Documented `--self-contained` and modified documentation for `--offline`. | John MacFarlane | 1 | -9/+20 | |
2011-11-18 | Added asciidoc output to README. | John MacFarlane | 1 | -3/+8 | |
2011-11-11 | Implemented --citation-abbreviations option. | John MacFarlane | 1 | -0/+16 | |
Mostly due to Andrea Rossato. | |||||
2011-11-10 | Changed misleading documentation on markdown2pdf. | John MacFarlane | 1 | -2/+1 | |
markdown2pdf used to create a backup file if the output file exists; it doesn't any longer, but the documentation still said it does. | |||||
2011-10-28 | Clarified rule for first line of definition lists. | John MacFarlane | 1 | -3/+5 | |
Closes #310. | |||||
2011-10-26 | Fixed typo. | John MacFarlane | 1 | -1/+1 | |
2011-10-25 | HTML reader now recognizes DocBook block and inline tags. | John MacFarlane | 1 | -4/+3 | |
It was always possible to include raw DocBook tags in a markdown document, but now pandoc will be able to distinguish block from inline tags and behave accordingly. Thus, for example, <sidebar> hello </sidebar> will not be wrapped in `<para>` tags. | |||||
2011-10-04 | Updated README to remove mention of .bbx for bibliographies. | John MacFarlane | 1 | -13/+12 | |
2011-10-01 | Added dzslides output option. | John MacFarlane | 1 | -20/+27 | |
* Added DZSlides to HTMLSlideVariant. * Added support for dzslides in HTML writer. * Added dzslides template. | |||||
2011-09-09 | Fixed typo in README | John MacFarlane | 1 | -1/+1 | |
2011-08-03 | Note in README that --chapters is implicit when certain classes used. | John MacFarlane | 1 | -1/+2 | |
report, book, or memoir. | |||||
2011-07-30 | Changed date on README. | John MacFarlane | 1 | -1/+1 | |
2011-07-28 | Added s5-url and slidy-url variables, instead of hard-coding. | John MacFarlane | 1 | -1/+8 | |
If you want to put your slidy files in the slidy subdirectory, for example, you can do pandoc -t slidy -V slidy-url=slidy -s | |||||
2011-07-23 | Changed `--mathjax` to link to mathjax CDN by default. | John MacFarlane | 1 | -1/+3 | |
`--mathjax` now takes an optional URL argument. If it is not provided, pandoc links directly to the (secure) mathjax CDN. This is what they now recommend. Thanks to dsanson. | |||||
2011-07-23 | Use \enquote{..} for latex quotes if template uses csquotes package. | John MacFarlane | 1 | -0/+3 | |
This provides better support for foreign language quoting. Thanks to Andreas Wagner for the idea. | |||||
2011-07-22 | Added link to zotero styles page. | John MacFarlane | 1 | -0/+1 | |
2011-07-22 | Small documentation fix. | John MacFarlane | 1 | -3/+3 | |
2011-07-22 | Changed default template naming scheme. | John MacFarlane | 1 | -5/+9 | |
Instead of latex.template, we now have default.latex. An appropriate extension is added automatically if the value of `--template` has no extension. So, `pandoc --template=special -t latex` looks for `special.latex`, while `pandoc --template=special -t man` looks for `special.man`. | |||||
2011-07-22 | Deprecated `--xetex` option - it is no longer needed. | John MacFarlane | 1 | -3/+0 | |
Deprecated `writerXeTeX` and the `--xetex` option. The latex writer now produces a file that can be processed by latex, pdflatex, lualatex, or xelatex, so this option isn't needed. The option is still neded in markdown2pdf, however, which has been modified to take some options that aren't in pandoc. | |||||
2011-07-22 | Updated contributor list. | John MacFarlane | 1 | -1/+2 | |
2011-07-20 | Document pandoc-templates repository in README. | John MacFarlane | 1 | -0/+7 | |
2011-04-04 | Document --biblatex and --natbib options. | John MacFarlane | 1 | -0/+6 | |
2011-03-13 | Added --epub-cover-image option. | John MacFarlane | 1 | -0/+4 | |
API change: Added a parameter for the cover image path to writeEPUB. Followed best practices outlined in http://blog.threepress.org/2009/11/20/best-practices-in-epub-cover-images/ | |||||
2011-03-09 | Fixed orgmode link. | John MacFarlane | 1 | -1/+1 | |
2011-02-06 | Added --ascii option. | John MacFarlane | 1 | -0/+5 | |
Currently supported only in HTML writer. | |||||
2011-02-05 | README: Added section on four-space rule for lists. | John MacFarlane | 1 | -6/+35 | |
Resolves Issue #283. | |||||
2011-02-05 | README: Clarified optional arguments on math options. | John MacFarlane | 1 | -7/+10 | |
2011-01-30 | Fixed misspelling in README. | John MacFarlane | 1 | -1/+1 | |
2011-01-29 | Updated some dates in documentation. | John MacFarlane | 1 | -2/+2 | |
2011-01-28 | Finished revising markdown description in README. | John MacFarlane | 1 | -47/+155 | |
2011-01-28 | Improved README on lists. | John MacFarlane | 1 | -10/+123 | |
2011-01-28 | Add possibility to use listings package for code blocks and | Josef Svenningsson | 1 | -0/+3 | |
inline code in the LaTeX writer. | |||||
2011-01-28 | More README improvements. | John MacFarlane | 1 | -68/+111 | |
2011-01-28 | Partial restructuring of README. | John MacFarlane | 1 | -281/+466 | |
Aim is to provide a complete markdown syntax description, including pandoc differences. | |||||
2011-01-28 | Refactored man pages. | John MacFarlane | 1 | -11/+10 | |
* Markdown syntax description from README now goes in pandoc_markdown.5. * Refactored man page construction functions, putting more of the work in MakeManPages.hs. | |||||
2011-01-20 | Added --normalize option. | John MacFarlane | 1 | -0/+4 | |
2011-01-16 | Documented --chapters in README. | John MacFarlane | 1 | -0/+4 | |