summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Updated README with new Docx Writer style namesNikolay Yakimov2015-03-29
|
* README: make defn lists for options all "loose" for consistency.John MacFarlane2015-03-27
|
* Added CommonMark reader using cmark (libcmark bindings).John MacFarlane2015-03-17
| | | | | | | | - Added commonmark as an input format. - Added `Text.Pandoc.Readers.CommonMark.readCommonMark`. - For now, we use the markdown writer to generate benchmark text for the CommonMark reader. We can change this when we get a writer.
* Replace occurrences of 'Github' with 'GitHub'Tom Leese2015-03-16
| | | | The website is called 'GitHub' afterall.
* Moved and rewrote documentation for `shortcut_reference_links` ext.John MacFarlane2015-03-15
|
* Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\ | | | | Support shortcut reference links in markdown writer
| * Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #1977 Most markdown processors support the [shortcut format] for reference links. Pandoc's markdown reader parsed this shortcuts unoptionally. Pandoc's markdown writer (with --reference-links option) never shortcutted links. This commit adds an extension `shortcut_reference_links`. The extension is enabled by default for those markdown flavors that support reading shortcut reference links, namely: - pandoc - strict pandoc - github flavoured - PHPmarkdown If extension is enabled, reader parses the shortcuts in the same way as it preveously did. Otherwise it would parse them as normal text. If extension is enabled, writer outputs shortcut reference links unless doing so would cause problems (see test cases in `tests/Tests/Writers/Markdown.hs`).
* | Fixed pipe tables -- headerless tables are not allowed.John MacFarlane2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | GFM and PHP Markdown Extra pipe tables require headers. Previously pandoc allowed pipe tables not to include headers, and produced headerless pipe tables in Markdown output, but this was based on a misconception about pipe table syntax. This commit fixes this. Note: If you have been using headerless pipe tables, this may cause existing tables to break. Closes #1996.
* | Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat2015-03-04
|/
* Allow wildcards in `--epub-embed-font` arguments.John MacFarlane2015-02-13
| | | | Closes #1939.
* Added `--verbose` flag for debugging output in PDF production.John MacFarlane2014-12-26
| | | | | Closes #1840. Closes #1653.
* Fixed link in READMEJohn MacFarlane2014-12-16
|
* Reworded paragraph on citation data in README.John MacFarlane2014-12-15
| | | | Closes #1814.
* Don't treat a citation as a reference link label.John MacFarlane2014-12-15
| | | | Closes #1763.
* Added a note about the need for `-s` to include YAML in Markdown output.John MacFarlane2014-12-15
| | | | Closes #1715. Thanks to @nichtich for the suggestion.
* Merge pull request #1646 from neongreen/issue1631Matthew Pickering2014-12-08
|\ | | | | Add an -email address link- example to README.
| * README: Add an -email address link- example.Artyom2014-09-26
| | | | | | | | Fixes #1631.
* | Fixed README and pandoc.cabal for TWiki reader.John MacFarlane2014-10-31
| |
* | Merge pull request #1726 from AlexanderS/twiki-parserJohn MacFarlane2014-10-31
|\ \ | | | | | | TWiki Reader: add new new twiki reader
| * | TWiki Reader: update documentationAlexander Sulfrian2014-10-30
| | |
* | | Clarified need for `-s` to get character encoding info.John MacFarlane2014-10-28
|/ / | | | | | | Closes #1724, #1725.
* | Updated description of heuristic for math `$`.John MacFarlane2014-09-29
| |
* | Updated README to include information about KaTeX switchesmpickering2014-09-25
|/
* 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
|