summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Allow multiple YAML metadata blocks in document.John MacFarlane2013-08-18
|
* Improved `--filter` documentation.John MacFarlane2013-08-18
|
* Shared: Changed stringify so it ignores notes.John MacFarlane2013-08-16
| | | | Also documented this in README.
* Removed `--print-sample-lua-writer`, added `--print-default-data-file`.John MacFarlane2013-08-13
| | | | Closes #943.
* Revert "Revert "Added `--filter` option.""John MacFarlane2013-08-08
| | | | This reverts commit 2e5edbb27837372f658b1abbe05371be57415847.
* Beamer template: Added fonttheme variable.John MacFarlane2013-08-06
|
* Document that `fancy_lists` turns on `#` as list marker.John MacFarlane2013-07-29
|
* Beamer: add allowframebreaks to slide if set in header classes.John MacFarlane2013-07-26
| | | | | | | | | | It's recommended that your bibliography slide have this attribute: # References {.allowframebreaks} This causes multiple slides to be created if necessary, depending on the length of the bibliography.
* Revert "Added `--filter` option."John MacFarlane2013-07-23
| | | | This reverts commit 85dacbb282f34dc45a810d7c7b5a2d639b70e1f5.
* Added `--filter` option.John MacFarlane2013-07-23
| | | | | | | | | | | This makes it easier to use JSON filters. Instead of doing pandoc -t json | ./filter | pandoc -f json you can just do pandoc --filter ./filter
* LaTeX template: Added `biblio-style` variable.John MacFarlane2013-07-20
| | | | Closes #920.
* README: Fix minor typoDavid Röthlisberger2013-07-20
|
* Added `ignore_line_breaks` markdown extension.John MacFarlane2013-07-17
| | | | | | | | This causes intra-paragraph line breaks to be ignored, rather than being treated as hard line breaks or spaces. This is useful for some East Asian languages, where spaces aren't used between words, but text is separated into lines for readability.
* LaTeX/Beamer template: Added `classoption` variable.John MacFarlane2013-07-17
| | | | | This is intended for class options like `oneside`; it may be repeated with different options. Thanks to Oliver Matthews.
* Fixed YAML code block in README.John MacFarlane2013-07-15
|
* Updated authors in README.John MacFarlane2013-07-14
|
* `--toc-level` no longer implies `--toc`.John MacFarlane2013-07-03
| | | | | Reason: EPUB users who don't want a visible TOC may still want to set the TOC level for in the book navigation.
* Document YAML metadata blocks.John MacFarlane2013-07-02
|
* Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane2013-07-02
|
* Man writer: give more fine-grained control in template.John MacFarlane2013-06-27
| | | | | | | | | | | | | | | | | Now the `title`, `section`, `header`, and `footer` can all be set individually in metadata. The `description` variable has been removed. Quotes have been added so that spaces are allowed in the title. If you have a title that begins COMMAND(1) footer here | header here pandoc will parse it as before into a title, section, header, and footer. But you can also specify these elements explicitly. Closes #885.
* Documented `citecolor` variableAaron Wolen2013-06-24
|
* README: Note that `--atx-headers` affects asciidoc as well as markdown.John MacFarlane2013-05-30
|
* README: Noted that `--self-contained` doesn't work with `--mathjax`.John MacFarlane2013-04-25
|
* README: Documented markdown variants (which extensions they have).John MacFarlane2013-04-23
|
* README: Documented `ascii_identifiers` extensionJohn MacFarlane2013-04-23
|
* Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane2013-04-14
| | | | | | | | | | 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.
* Docx writer: Use Compact style for Plain block elements.John MacFarlane2013-03-30
| | | | | This differentiates between tight and loose lists. Closes #775.
* Documented haddock reader in README.John MacFarlane2013-03-28
|
* Fixed typo. Closes #798.John MacFarlane2013-03-24
|
* Added note on nesting of section levels in revealjs.John MacFarlane2013-03-24
|
* Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane2013-03-24
| | | | | | | | This gives . . . a pause.
* Documented revealjs in README and pandoc.cabal description.John MacFarlane2013-03-23
|
* Documented OPML writer in README.John MacFarlane2013-03-20
|
* Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19
| | | | | | | | | 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.
* README: Documented 'unnumbered' class and '-' shortcut.John MacFarlane2013-03-02
|
* Updated README on docx styles.John MacFarlane2013-02-27
|
* Fix example header identifier. Very minor.Douglas F. Calvert2013-02-26
|
* Updated copyright year in READMEJohn MacFarlane2013-02-25
|
* Added examples in README for `--number-offset`.John MacFarlane2013-02-23
|
* `--number-from` -> `--number-offset`John MacFarlane2013-02-23
| | | | | | | 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.
* Clarify that `--number-from` only works in HTML.John MacFarlane2013-02-22
|
* Documented `--number-from`.John MacFarlane2013-02-22
|
* Changes to --version.John MacFarlane2013-02-07
| | | | | Print default user data directory. Put language names in lowercase and omit 'alert' and 'alert_indent'.
* README: List proper default data directory for Windows 7.John MacFarlane2013-02-07
|
* Implement `--default-image-extension` for LaTeX reader.John MacFarlane2013-02-06
|
* Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane2013-02-05
| | | | Note: Currently this only affects the markdown reader.
* README: Split up documentation of table extensions.John MacFarlane2013-01-22
|
* Corrected name of `blank_before_blockquote` in README.John MacFarlane2013-01-22
| | | | Closes #718.
* Change date on README.John MacFarlane2013-01-19
|
* Slight modification of lhs instructions.John MacFarlane2013-01-17
|