summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Added note in README about pipe tables not wrapping in LaTeX/PDF.John MacFarlane2014-07-31
| | | | | See http://stackoverflow.com/questions/25037357/pandoc-long-tablerows-in-markdown-pdf-documents-do-not-get-linewrap/25050474#25050474
* Added --extract-media option.John MacFarlane2014-07-30
| | | | | | This has been documented to affect the epub and docx readers, so we should either add the epub reader before the next release or change the documentation.
* Docx writer: Print subtitle from metadata if present.John MacFarlane2014-07-29
| | | | | | Use Subtitle style. See #1451.
* Docx writer: include abstract with Abstract style.John MacFarlane2014-07-26
| | | | Addresses docx part of #1451.
* Added t2t to `-f` in README documentation.John MacFarlane2014-07-26
|
* Txt2Tags Reader: Updated README and package descriptionMatthew Pickering2014-07-27
|
* Include `lot` and `lof` variables in latex template.John MacFarlane2014-07-20
| | | | | | | | | | | | | These can be set to get `\listoftables` and `\listoffigures`. Closes #1407. At this point we won't add a command line argument, because this only affects one writer. But the variables can be set at the command line with -Vlof -Vlot or in YAML metadata.
* Markdown reader: revised definition list syntax (closes #1429).John MacFarlane2014-07-20
| | | | | | | | | | | | | | | | * This change brings pandoc's definition list syntax into alignment with that used in PHP markdown extra and multimarkdown (with the exception that pandoc is more flexible about the definition markers, allowing tildes as well as colons). * Lazily wrapped definitions are now allowed; blank space is required between list items; and the space before definition is used to determine whether it is a paragraph or a "plain" element. * For backwards compatibility, a new extension, `compact_definition_lists`, has been added that restores the behavior of pandoc 1.12.x, allowing tight definition lists with no blank space between items, and disallowing lazy wrapping.
* Fixed typo in linkJohn MacFarlane2014-07-17
|
* 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
|