summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* 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
|
* Updated extensions in README.John MacFarlane2013-01-16
|
* README clarification.John MacFarlane2013-01-16
|
* README on docx styles: Image Caption, not Picture Caption.John MacFarlane2013-01-15
|
* Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane2013-01-15
| | | | | | | | | | 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.
* Added Brent Yorgey to Authors.John MacFarlane2013-01-15
|
* Added Denis Laxalde to Authors.John MacFarlane2013-01-15
|
* ADded Arlo O'Keeffe to Authors.John MacFarlane2013-01-15
|
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
| | | | Added tests.
* Added Ext_implicit_figures.John MacFarlane2013-01-14
| | | | No code to hook this in yet.
* README: Cosmetic change in headerless table example.John MacFarlane2013-01-13
| | | | Closes #696.
* Documented line blocks in README.John MacFarlane2013-01-13
|
* Options: Added githubMarkdownExtensions.John MacFarlane2013-01-11
| | | | Added github_markdown as input/output option.
* Options: Added phpMarkdownExtraExtensions.John MacFarlane2013-01-10
| | | | And added markdown_phpextra input/output format.
* Implemented Ext_header_attributes.John MacFarlane2013-01-10
| | | | | | | This allows explicit attributes to be put on headers, using a syntax like that for code blocks: {#id .class .class k=v k=v}
* README: Changed description of `markdown_attribute` extension.John MacFarlane2013-01-06
|
* Changed --toc-level to --toc-depth.John MacFarlane2013-01-05
|
* Changed `--epub-toc-level` to `--toc-level`.John MacFarlane2013-01-05
| | | | | Also writerEpubTOCLevel -> writerTOCLevel. So far this is only implemented in the EPUB writer.
* Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane2013-01-04
| | | | | Also added writerEpubChapterLevel and writerEpubTOCLevel fields to WriterOptions.
* Fixed duplicate link reference in README.John MacFarlane2013-01-04
|
* Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane2013-01-03
| | | | | | | | | | | | 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.
* Documented .bibtex extension for BibTeX.John MacFarlane2012-12-19
| | | | Closes #662.
* EPUB writer: Rationalized templates.John MacFarlane2012-11-04
| | | | | | | | * 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.
* EPUB: removed need for separate epub-titlepage template.John MacFarlane2012-11-04
| | | | | The titlepage stuff is now folded into the epub-page template. A titlepage variable selects it.
* EPUB writer: Removed need for separate epub-coverpage template.John MacFarlane2012-11-04
| | | | The standard epub-page template is now used.
* Preliminary changes for epub3 format.John MacFarlane2012-11-02
| | | | | | * EPUB writer now exports writeEPUB2 and writeEPUB3. * 'epub' output format is epub v2, while 'epub3' is v3.
* Fixed typo.John MacFarlane2012-10-04
|
* Removed Ext_monospace_autolinks.John MacFarlane2012-09-27
|
* Added Ext_autolink_urls.John MacFarlane2012-09-27
|
* Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.John MacFarlane2012-09-27
|
* Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane2012-09-25
| | | | Closes #614.
* README: Removed claim that 'enumerate' library is needed in LaTeX.John MacFarlane2012-09-16
| | | | It isn't any longer.
* Updated README to mention longtable packageJohn MacFarlane2012-09-15
|
* Updated README to include mediawiki readerJohn MacFarlane2012-09-15
|
* README: Properly escape `$` characters.John MacFarlane2012-09-08
| | | | | Otherwise they mess up the LaTeX benchmark, which uses a version of README converted to LaTeX.