summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Clarified documentation on small caps. (#1360)John MacFarlane2014-07-13
|
* document fenced_code_attributes extensionCaleb McDaniel2014-07-12
| | | | | Adds explanation of this extension to the README, using description provided in 7654db9df1b68926371da2a1f23db6df93056f44.
* Markdown writer: don't use braced attributes for fenced code.John MacFarlane2014-07-11
| | | | | | | | | | Removed `Ext_fenced_code_attributes` from `markdown_github` extensions. If this extension is not set, the first class attribute will be printed after the opening fence as a bare word. Closes #1416.
* Documented fact that you can put YAML metadata in a separate file.John MacFarlane2014-07-10
| | | | See #1412.
* Document DokuWiki writer in README.John MacFarlane2014-07-07
|
* Fix typo in README.Jesse Rosenthal2014-06-25
|
* Updated README to include "--track-changes" option.Jesse Rosenthal2014-06-25
|
* Markdown reader: Support smallcaps through span.John MacFarlane2014-06-20
| | | | | | | | `<span style="font-variant:small-caps;">foo</span>` will be parsed as a `SmallCaps` inline, and will work in all output formats that support small caps. Closes #1360.
* Finished first draft of Haddock writer.John MacFarlane2014-06-18
|
* Updated README to reflect docx reader.Jesse Rosenthal2014-06-16
|
* Reformatted nocite example in README.John MacFarlane2014-06-04
|
* Updated README on reference.docx.John MacFarlane2014-06-01
|
* Fixed documentation of attributes. Closes #1315.John MacFarlane2014-05-27
|
* Updated date on README.John MacFarlane2014-05-27
|
* fixed escape for literal paragraphPhillip Alday2014-05-16
|
* README: Updated Authors.John MacFarlane2014-05-07
|
* LaTeX template: Added linestretch variable.John MacFarlane2014-05-06
| | | | Documented this and fontfamily.
* Added fontfamily variable to latex template. (tlvince)John MacFarlane2014-05-06
|
* README: Clarified citation key syntax.John MacFarlane2014-05-04
|
* Clarified use of `--natbib` and `--biblatex`.John MacFarlane2014-05-04
| | | | Not for use with pandoc-citeproc.
* README: Note about `unnumbered` being added to final 'References' sect.John MacFarlane2014-05-03
|
* README: Update variable defaults documentationAlbert Krewinkel2014-04-27
| | | | | The documented default values of variables now agree with their true default values as defined in Writer/HTML.hs.
* README: Added note to --bibtex/--natbib: not for use in making PDF.John MacFarlane2014-04-05
| | | | Closes #1194. Thanks to nahoj.
* Fixed typo in READMEJohn MacFarlane2014-03-24
|
* Updated README and pandoc.cabal with icml writer.John MacFarlane2014-03-04
|
* Update README to include info on Org-mode readerAlbert Krewinkel2014-03-04
|
* Added explanation of 'nocite' trick.John MacFarlane2014-02-13
|
* Removed obsolete README note about mmd title blocks.John MacFarlane2014-01-13
|
* Added README comment on line breaks in cellsJohn MacFarlane2014-01-08
|
* Documented biblio-files variableJohn MacFarlane2014-01-03
|
* fix typos in READMENicolas Kaiser2013-12-23
|
* Updated README (since abstract will work, at least with default latex).John MacFarlane2013-12-11
|
* Added more explanation of metadata in README.John MacFarlane2013-12-11
|
* Fixed documentation bug.John MacFarlane2013-12-10
|
* Documented use of extensions with non-markdown input formats.John MacFarlane2013-12-06
|
* Merge pull request #1076 from jlduran/booktabsJohn MacFarlane2013-12-03
|\ | | | | Add booktabs package for LaTeX tables
| * Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
| | | | | | | | [ci skip]
* | EPUB writer: Allow 'stylesheet' in metadata.John MacFarlane2013-12-03
|/ | | | The value is a path to the stylesheet.
* Fixed `cover-image` in EPUB YAML metadata.John MacFarlane2013-11-30
|
* Allow specification of epub-cover-image in YAML metadata.John MacFarlane2013-11-30
|
* README: minor reformatting.John MacFarlane2013-11-30
|
* Documented use of YAML metadata for EPUB.John MacFarlane2013-11-30
|
* Treat div with class "notes" as speaker notes in slide formats.John MacFarlane2013-10-13
| | | | | | | Currently beamer goes to `\note{}`, revealjs to `<aside class="notes">`, and the notes are simply suppressed in other formats. Closes #925.
* Added small explanation of difference btw `-M` and `-V`.John MacFarlane2013-09-19
|
* Documented `--metadata` change.John MacFarlane2013-09-19
|
* README: Added link to lua.John MacFarlane2013-09-13
|
* Updated README on pandocfilters python module.John MacFarlane2013-09-11
|
* Changed pandocfilters repository URL.John MacFarlane2013-09-11
|
* `--bibliography` again implies `-F pandoc-citeproc`.John MacFarlane2013-09-10
| | | | But only if pandoc-citeproc isn't already specified as a filter.
* `--bibliography` no longer implies `-F pandoc-citeproc`.John MacFarlane2013-09-08
| | | | | This could lead to double filtering if the user specifies `-F` too.