aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2014-09-29Updated description of heuristic for math `$`.John MacFarlane1-2/+3
2014-09-25Updated README to include information about KaTeX switchesmpickering1-1/+12
2014-08-31Use real copyright symbol in README epub metadata example.John MacFarlane1-1/+1
2014-08-31README: escape (c) in epub metadata exampleJohn MacFarlane1-1/+1
2014-08-30Updated README dateJohn MacFarlane1-1/+1
2014-08-30Updated README on `--self-contained`.John MacFarlane1-4/+3
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.
2014-08-23Docx writer: Bibliography entries get Bibliography style.John MacFarlane1-3/+3
Closes #1559.
2014-08-14Small documentation tweakJohn MacFarlane1-1/+2
2014-08-11README: Added needed blanklines in definition list.John MacFarlane1-0/+33
Thanks @mpickering for noticing this.
2014-08-11Updated README with information about EPUB meta elementMatthew Pickering1-0/+18
2014-08-08Added `native_divs` and `native_spans` extensions.John MacFarlane1-0/+14
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.
2014-08-04README: Removed duplicate ref of [EPUB].John MacFarlane1-1/+0
2014-08-04Merge branch 'epubend' of https://github.com/mpickering/pandoc into ↵John MacFarlane1-5/+8
mpickering-epubend Conflicts: pandoc.cabal
2014-08-03Merge pull request #1461 from cben/readme-linkable-extensionsJohn MacFarlane1-67/+71
README: linkable extensions
2014-07-31README: make all extension headers H4Beni Cherniavsky-Paskin1-35/+35
2014-07-31README: Updated with EPUB informationMatthew Pickering1-5/+8
2014-07-31README: blank line after headersBeni Cherniavsky-Paskin1-0/+13
2014-07-31Added note in README about pipe tables not wrapping in LaTeX/PDF.John MacFarlane1-1/+4
See http://stackoverflow.com/questions/25037357/pandoc-long-tablerows-in-markdown-pdf-documents-do-not-get-linewrap/25050474#25050474
2014-07-30Added --extract-media option.John MacFarlane1-1/+7
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.
2014-07-29Docx writer: Print subtitle from metadata if present.John MacFarlane1-3/+3
Use Subtitle style. See #1451.
2014-07-28README: reduce 1:1 Topic -> Extension nestingBeni Cherniavsky-Paskin1-24/+15
Reorganize some sections whose only purpose was containing a single Extension subsection.
2014-07-26Docx writer: include abstract with Abstract style.John MacFarlane1-2/+2
Addresses docx part of #1451.
2014-07-26Added t2t to `-f` in README documentation.John MacFarlane1-3/+3
2014-07-27Txt2Tags Reader: Updated README and package descriptionMatthew Pickering1-1/+2
2014-07-23README: turn all extensions into headers for direct linkingBeni Cherniavsky-Paskin1-52/+52
Change all `**Extension: ...**` lines into headers to allow permalinking to a specific extension.
2014-07-20Include `lot` and `lof` variables in latex template.John MacFarlane1-0/+8
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.
2014-07-20Markdown reader: revised definition list syntax (closes #1429).John MacFarlane1-13/+55
* 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.
2014-07-17Fixed typo in linkJohn MacFarlane1-1/+1
2014-07-13Clarified documentation on small caps. (#1360)John MacFarlane1-1/+2
2014-07-12document fenced_code_attributes extensionCaleb McDaniel1-0/+7
Adds explanation of this extension to the README, using description provided in 7654db9df1b68926371da2a1f23db6df93056f44.
2014-07-11Markdown writer: don't use braced attributes for fenced code.John MacFarlane1-1/+1
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.
2014-07-10Documented fact that you can put YAML metadata in a separate file.John MacFarlane1-1/+8
See #1412.
2014-07-07Document DokuWiki writer in README.John MacFarlane1-3/+5
2014-06-25Fix typo in README.Jesse Rosenthal1-2/+2
2014-06-25Updated README to include "--track-changes" option.Jesse Rosenthal1-0/+11
2014-06-20Markdown reader: Support smallcaps through span.John MacFarlane1-0/+8
`<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.
2014-06-18Finished first draft of Haddock writer.John MacFarlane1-6/+6
2014-06-16Updated README to reflect docx reader.Jesse Rosenthal1-9/+9
2014-06-04Reformatted nocite example in README.John MacFarlane1-2/+2
2014-06-01Updated README on reference.docx.John MacFarlane1-1/+2
2014-05-27Fixed documentation of attributes. Closes #1315.John MacFarlane1-4/+8
2014-05-27Updated date on README.John MacFarlane1-1/+1
2014-05-16fixed escape for literal paragraphPhillip Alday1-2/+2
2014-05-07README: Updated Authors.John MacFarlane1-1/+2
2014-05-06LaTeX template: Added linestretch variable.John MacFarlane1-1/+8
Documented this and fontfamily.
2014-05-06Added fontfamily variable to latex template. (tlvince)John MacFarlane1-0/+2
2014-05-04README: Clarified citation key syntax.John MacFarlane1-1/+3
2014-05-04Clarified use of `--natbib` and `--biblatex`.John MacFarlane1-6/+6
Not for use with pandoc-citeproc.
2014-05-03README: Note about `unnumbered` being added to final 'References' sect.John MacFarlane1-1/+3
2014-04-27README: Update variable defaults documentationAlbert Krewinkel1-3/+3
The documented default values of variables now agree with their true default values as defined in Writer/HTML.hs.