Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-26 | Added `--verbose` flag for debugging output in PDF production. | John MacFarlane | 1 | -0/+4 | |
Closes #1840. Closes #1653. | |||||
2014-12-16 | Fixed link in README | John MacFarlane | 1 | -1/+1 | |
2014-12-15 | Reworded paragraph on citation data in README. | John MacFarlane | 1 | -3/+4 | |
Closes #1814. | |||||
2014-12-15 | Don't treat a citation as a reference link label. | John MacFarlane | 1 | -1/+3 | |
Closes #1763. | |||||
2014-12-15 | Added a note about the need for `-s` to include YAML in Markdown output. | John MacFarlane | 1 | -0/+5 | |
Closes #1715. Thanks to @nichtich for the suggestion. | |||||
2014-12-08 | Merge pull request #1646 from neongreen/issue1631 | Matthew Pickering | 1 | -0/+4 | |
Add an -email address link- example to README. | |||||
2014-10-31 | Fixed README and pandoc.cabal for TWiki reader. | John MacFarlane | 1 | -7/+7 | |
2014-10-31 | Merge pull request #1726 from AlexanderS/twiki-parser | John MacFarlane | 1 | -8/+10 | |
TWiki Reader: add new new twiki reader | |||||
2014-10-30 | TWiki Reader: update documentation | Alexander Sulfrian | 1 | -8/+10 | |
2014-10-28 | Clarified need for `-s` to get character encoding info. | John MacFarlane | 1 | -0/+14 | |
Closes #1724, #1725. | |||||
2014-09-29 | Updated description of heuristic for math `$`. | John MacFarlane | 1 | -2/+3 | |
2014-09-26 | README: Add an -email address link- example. | Artyom | 1 | -0/+4 | |
Fixes #1631. | |||||
2014-09-25 | Updated README to include information about KaTeX switches | mpickering | 1 | -1/+12 | |
2014-08-31 | Use real copyright symbol in README epub metadata example. | John MacFarlane | 1 | -1/+1 | |
2014-08-31 | README: escape (c) in epub metadata example | John MacFarlane | 1 | -1/+1 | |
2014-08-30 | Updated README date | John MacFarlane | 1 | -1/+1 | |
2014-08-30 | Updated README on `--self-contained`. | John MacFarlane | 1 | -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-23 | Docx writer: Bibliography entries get Bibliography style. | John MacFarlane | 1 | -3/+3 | |
Closes #1559. | |||||
2014-08-14 | Small documentation tweak | John MacFarlane | 1 | -1/+2 | |
2014-08-11 | README: Added needed blanklines in definition list. | John MacFarlane | 1 | -0/+33 | |
Thanks @mpickering for noticing this. | |||||
2014-08-11 | Updated README with information about EPUB meta element | Matthew Pickering | 1 | -0/+18 | |
2014-08-08 | Added `native_divs` and `native_spans` extensions. | John MacFarlane | 1 | -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-04 | README: Removed duplicate ref of [EPUB]. | John MacFarlane | 1 | -1/+0 | |
2014-08-04 | Merge branch 'epubend' of https://github.com/mpickering/pandoc into ↵ | John MacFarlane | 1 | -5/+8 | |
mpickering-epubend Conflicts: pandoc.cabal | |||||
2014-08-03 | Merge pull request #1461 from cben/readme-linkable-extensions | John MacFarlane | 1 | -67/+71 | |
README: linkable extensions | |||||
2014-07-31 | README: make all extension headers H4 | Beni Cherniavsky-Paskin | 1 | -35/+35 | |
2014-07-31 | README: Updated with EPUB information | Matthew Pickering | 1 | -5/+8 | |
2014-07-31 | README: blank line after headers | Beni Cherniavsky-Paskin | 1 | -0/+13 | |
2014-07-31 | Added note in README about pipe tables not wrapping in LaTeX/PDF. | John MacFarlane | 1 | -1/+4 | |
See http://stackoverflow.com/questions/25037357/pandoc-long-tablerows-in-markdown-pdf-documents-do-not-get-linewrap/25050474#25050474 | |||||
2014-07-30 | Added --extract-media option. | John MacFarlane | 1 | -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-29 | Docx writer: Print subtitle from metadata if present. | John MacFarlane | 1 | -3/+3 | |
Use Subtitle style. See #1451. | |||||
2014-07-28 | README: reduce 1:1 Topic -> Extension nesting | Beni Cherniavsky-Paskin | 1 | -24/+15 | |
Reorganize some sections whose only purpose was containing a single Extension subsection. | |||||
2014-07-26 | Docx writer: include abstract with Abstract style. | John MacFarlane | 1 | -2/+2 | |
Addresses docx part of #1451. | |||||
2014-07-26 | Added t2t to `-f` in README documentation. | John MacFarlane | 1 | -3/+3 | |
2014-07-27 | Txt2Tags Reader: Updated README and package description | Matthew Pickering | 1 | -1/+2 | |
2014-07-23 | README: turn all extensions into headers for direct linking | Beni Cherniavsky-Paskin | 1 | -52/+52 | |
Change all `**Extension: ...**` lines into headers to allow permalinking to a specific extension. | |||||
2014-07-20 | Include `lot` and `lof` variables in latex template. | John MacFarlane | 1 | -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-20 | Markdown reader: revised definition list syntax (closes #1429). | John MacFarlane | 1 | -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-17 | Fixed typo in link | John MacFarlane | 1 | -1/+1 | |
2014-07-13 | Clarified documentation on small caps. (#1360) | John MacFarlane | 1 | -1/+2 | |
2014-07-12 | document fenced_code_attributes extension | Caleb McDaniel | 1 | -0/+7 | |
Adds explanation of this extension to the README, using description provided in 7654db9df1b68926371da2a1f23db6df93056f44. | |||||
2014-07-11 | Markdown writer: don't use braced attributes for fenced code. | John MacFarlane | 1 | -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-10 | Documented fact that you can put YAML metadata in a separate file. | John MacFarlane | 1 | -1/+8 | |
See #1412. | |||||
2014-07-07 | Document DokuWiki writer in README. | John MacFarlane | 1 | -3/+5 | |
2014-06-25 | Fix typo in README. | Jesse Rosenthal | 1 | -2/+2 | |
2014-06-25 | Updated README to include "--track-changes" option. | Jesse Rosenthal | 1 | -0/+11 | |
2014-06-20 | Markdown reader: Support smallcaps through span. | John MacFarlane | 1 | -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-18 | Finished first draft of Haddock writer. | John MacFarlane | 1 | -6/+6 | |
2014-06-16 | Updated README to reflect docx reader. | Jesse Rosenthal | 1 | -9/+9 | |
2014-06-04 | Reformatted nocite example in README. | John MacFarlane | 1 | -2/+2 | |