summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Use real copyright symbol in README epub metadata example.John MacFarlane2014-08-31
|
* README: escape (c) in epub metadata exampleJohn MacFarlane2014-08-31
|
* Updated README dateJohn MacFarlane2014-08-30
|
* Updated README on `--self-contained`.John MacFarlane2014-08-30
| | | | | | Removed outdated claim that pandoc will look in the user data directory if a relative path is specified and the file is not found locally. Closes #1572.
* Docx writer: Bibliography entries get Bibliography style.John MacFarlane2014-08-23
| | | | Closes #1559.
* Small documentation tweakJohn MacFarlane2014-08-14
|
* README: Added needed blanklines in definition list.John MacFarlane2014-08-11
| | | | Thanks @mpickering for noticing this.
* Updated README with information about EPUB meta elementMatthew Pickering2014-08-11
|
* Added `native_divs` and `native_spans` extensions.John MacFarlane2014-08-08
| | | | | | | | | This allows users to turn off the default pandoc behavior of parsing contents of div and span tags in markdown and HTML as native pandoc Div blocks and Span inlines. Setting of default epub extensions has been moved from the EPUB reader to Text.Pandoc.
* README: Removed duplicate ref of [EPUB].John MacFarlane2014-08-04
|
* Merge branch 'epubend' of https://github.com/mpickering/pandoc into ↵John MacFarlane2014-08-04
|\ | | | | | | | | | | | | mpickering-epubend Conflicts: pandoc.cabal
| * README: Updated with EPUB informationMatthew Pickering2014-07-31
| |
* | Merge pull request #1461 from cben/readme-linkable-extensionsJohn MacFarlane2014-08-03
|\ \ | |/ |/| README: linkable extensions
| * README: make all extension headers H4Beni Cherniavsky-Paskin2014-07-31
| |
| * README: blank line after headersBeni Cherniavsky-Paskin2014-07-31
| |
| * README: reduce 1:1 Topic -> Extension nestingBeni Cherniavsky-Paskin2014-07-28
| | | | | | Reorganize some sections whose only purpose was containing a single Extension subsection.
| * README: turn all extensions into headers for direct linkingBeni Cherniavsky-Paskin2014-07-23
| | | | | | Change all `**Extension: ...**` lines into headers to allow permalinking to a specific extension.
* | 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
|