Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-23 | README: Documented markdown variants (which extensions they have). | John MacFarlane | 1 | -1/+28 | |
2013-04-23 | README: Documented `ascii_identifiers` extension | John MacFarlane | 1 | -0/+5 | |
2013-04-14 | Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`. | John MacFarlane | 1 | -8/+33 | |
pandoc -t data/sample.lua will load the script sample.lua and use it as a custom writer. data/sample.lua is provided as an example. Added `--print-custom-lua-writer` option to print the sample script. | |||||
2013-03-30 | Docx writer: Use Compact style for Plain block elements. | John MacFarlane | 1 | -1/+1 | |
This differentiates between tight and loose lists. Closes #775. | |||||
2013-03-28 | Documented haddock reader in README. | John MacFarlane | 1 | -5/+7 | |
2013-03-24 | Fixed typo. Closes #798. | John MacFarlane | 1 | -1/+1 | |
2013-03-24 | Added note on nesting of section levels in revealjs. | John MacFarlane | 1 | -0/+5 | |
2013-03-24 | Added syntax for "pauses" in beamer or reaveljs slide shows. | John MacFarlane | 1 | -30/+42 | |
This gives . . . a pause. | |||||
2013-03-23 | Documented revealjs in README and pandoc.cabal description. | John MacFarlane | 1 | -13/+21 | |
2013-03-20 | Documented OPML writer in README. | John MacFarlane | 1 | -10/+10 | |
2013-03-19 | Added Text.Pandoc.Readers.OPML, exporting readOPML. | John MacFarlane | 1 | -3/+4 | |
The _note attribute is supported. This is unofficial, but used e.g. in OmniOutliner and supported by multimarkdown. We treat the contents as markdown blocks under a section header. Added to documentation and tests. | |||||
2013-03-02 | README: Documented 'unnumbered' class and '-' shortcut. | John MacFarlane | 1 | -1/+14 | |
2013-02-27 | Updated README on docx styles. | John MacFarlane | 1 | -2/+2 | |
2013-02-26 | Fix example header identifier. Very minor. | Douglas F. Calvert | 1 | -1/+1 | |
2013-02-25 | Updated copyright year in README | John MacFarlane | 1 | -1/+1 | |
2013-02-23 | Added examples in README for `--number-offset`. | John MacFarlane | 1 | -0/+4 | |
2013-02-23 | `--number-from` -> `--number-offset` | John MacFarlane | 1 | -3/+5 | |
Also `writerNumberFrom` -> `writeNumberOffset`. The offset is a list of numbers (0 by default). These are added to the section, subsection, etc. numbers that would have been generated automatically. | |||||
2013-02-22 | Clarify that `--number-from` only works in HTML. | John MacFarlane | 1 | -3/+3 | |
2013-02-22 | Documented `--number-from`. | John MacFarlane | 1 | -0/+4 | |
2013-02-07 | Changes to --version. | John MacFarlane | 1 | -2/+4 | |
Print default user data directory. Put language names in lowercase and omit 'alert' and 'alert_indent'. | |||||
2013-02-07 | README: List proper default data directory for Windows 7. | John MacFarlane | 1 | -4/+12 | |
2013-02-06 | Implement `--default-image-extension` for LaTeX reader. | John MacFarlane | 1 | -3/+4 | |
2013-02-05 | Added `--default-image-extension` and `readerDefaultImageExtension`. | John MacFarlane | 1 | -0/+5 | |
Note: Currently this only affects the markdown reader. | |||||
2013-01-22 | README: Split up documentation of table extensions. | John MacFarlane | 1 | -4/+9 | |
2013-01-22 | Corrected name of `blank_before_blockquote` in README. | John MacFarlane | 1 | -1/+1 | |
Closes #718. | |||||
2013-01-19 | Change date on README. | John MacFarlane | 1 | -1/+1 | |
2013-01-17 | Slight modification of lhs instructions. | John MacFarlane | 1 | -3/+3 | |
2013-01-16 | Updated extensions in README. | John MacFarlane | 1 | -0/+9 | |
2013-01-16 | README clarification. | John MacFarlane | 1 | -0/+3 | |
2013-01-15 | README on docx styles: Image Caption, not Picture Caption. | John MacFarlane | 1 | -1/+1 | |
2013-01-15 | Added `writerHtmlQTags` and `--html-q-tags` option. | John MacFarlane | 1 | -0/+3 | |
The previous default was to use `<q>` tags in HTML5. But `<q>` tags are also valid HTML4, and they are not very robust in HTML5. Some user agents don't support them, and some CSS resets prevent pandoc's quotes CSS from working properly (e.g. bootstrap). It seems a better default just to insert quote characters, but the option is provided for those who have gotten used to using `<q>` tags. | |||||
2013-01-15 | Added Brent Yorgey to Authors. | John MacFarlane | 1 | -1/+1 | |
2013-01-15 | Added Denis Laxalde to Authors. | John MacFarlane | 1 | -1/+1 | |
2013-01-15 | ADded Arlo O'Keeffe to Authors. | John MacFarlane | 1 | -1/+1 | |
2013-01-15 | Changed Ext_autolink_urls -> Ext_autolink_bare_uris. | John MacFarlane | 1 | -2/+2 | |
Added tests. | |||||
2013-01-14 | Added Ext_implicit_figures. | John MacFarlane | 1 | -1/+1 | |
No code to hook this in yet. | |||||
2013-01-13 | README: Cosmetic change in headerless table example. | John MacFarlane | 1 | -1/+1 | |
Closes #696. | |||||
2013-01-13 | Documented line blocks in README. | John MacFarlane | 1 | -0/+29 | |
2013-01-11 | Options: Added githubMarkdownExtensions. | John MacFarlane | 1 | -1/+3 | |
Added github_markdown as input/output option. | |||||
2013-01-10 | Options: Added phpMarkdownExtraExtensions. | John MacFarlane | 1 | -1/+3 | |
And added markdown_phpextra input/output format. | |||||
2013-01-10 | Implemented Ext_header_attributes. | John MacFarlane | 1 | -3/+24 | |
This allows explicit attributes to be put on headers, using a syntax like that for code blocks: {#id .class .class k=v k=v} | |||||
2013-01-06 | README: Changed description of `markdown_attribute` extension. | John MacFarlane | 1 | -4/+3 | |
2013-01-05 | Changed --toc-level to --toc-depth. | John MacFarlane | 1 | -1/+1 | |
2013-01-05 | Changed `--epub-toc-level` to `--toc-level`. | John MacFarlane | 1 | -5/+5 | |
Also writerEpubTOCLevel -> writerTOCLevel. So far this is only implemented in the EPUB writer. | |||||
2013-01-04 | Added `--epub-chapter-level` and `--epub-toc-level` options. | John MacFarlane | 1 | -0/+14 | |
Also added writerEpubChapterLevel and writerEpubTOCLevel fields to WriterOptions. | |||||
2013-01-04 | Fixed duplicate link reference in README. | John MacFarlane | 1 | -2/+3 | |
2013-01-03 | Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`. | John MacFarlane | 1 | -1/+25 | |
Now by default pandoc will act as if link references have been defined for all headers. So, you can do this: # My header Link to [My header]. Another link to [it][My header]. Closes #691. | |||||
2012-12-19 | Documented .bibtex extension for BibTeX. | John MacFarlane | 1 | -2/+7 | |
Closes #662. | |||||
2012-11-04 | EPUB writer: Rationalized templates. | John MacFarlane | 1 | -2/+1 | |
* Previously there were three different templates involved in epub production. There is now just one template, default.epub or default.epub3. * It can now be overridden using `--template`, just like other templates. | |||||
2012-11-04 | EPUB: removed need for separate epub-titlepage template. | John MacFarlane | 1 | -1/+1 | |
The titlepage stuff is now folded into the epub-page template. A titlepage variable selects it. |