aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2015-05-27Adjust date on README.John MacFarlane1-1/+1
2015-05-27Documented `toccolor` variable.John MacFarlane1-0/+3
2015-05-26README: Better documentation of syntax highlighting.John MacFarlane1-1/+23
See #1318.
2015-05-14Updated contributors and copyright dates in README.John MacFarlane1-10/+122
Closes #2153.
2015-05-13README: document which formats have `shortcut_reference_links`.John MacFarlane1-3/+5
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane1-3/+10
Added `stateHeaderKeys` to `ParserState`; this is a `KeyTable` like `stateKeys`, but it only gets consulted if we don't find a match in `stateKeys`, and if `Ext_implicit_header_references` is enabled. Closes #1606.
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane1-0/+10
Closes #2119.
2015-05-12README: bibliography updatesNikolay Yakimov1-1/+16
2015-05-11Removed references to `biblio-files` in pandoc.hs and README.John MacFarlane1-3/+3
2015-05-11Fixed misleading example in README.John MacFarlane1-8/+8
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-2/+0
This reverts commit 1c2951dfd9ee72e5270cb974a06098adb9178f89. See #2040. The semantics was too squishy. `--css` takes a URL, but for EPUB we need files that we can read. I prefer keeping the old system for now, with `--epub-stylesheet`.
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-0/+2
* Allow `--css` to be used to specify stylesheets. * Deprecated `--epub-stylesheet` and made it a synoynym of `--css`. * If a code block with class "css" is given as contents of the `stylesheet` metadata field, use its literal code as contents of the epub stylesheet. Otherwise, treat it as a filename and read the file. * Note: `--css` and `stylesheet` in metadata are not compatible. `stylesheet` takes precedence.
2015-05-07README: Add documentation on backtick_code_blocksNikolay Yakimov1-6/+11
Closes #2135
2015-05-05Merge pull request #2131 from nickbart1980/patch-2John MacFarlane1-0/+6
Update README on in-field markup in biblio databases
2015-05-05Fix typos in User's GuideJ. Lewis Muir1-3/+3
2015-05-05Update README on in-field markup in biblio databasesnickbart19801-0/+6
Motivated by https://github.com/jgm/pandoc-citeproc/issues/124.
2015-04-17Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane1-1/+1
Allow digit as first character of a citation key.
2015-04-16Various minor formatting and consistency fixes for the program options.Andreas Lööw1-25/+25
2015-04-16Minor, fixed a Markdown error that caused formatting problems.Andreas Lööw1-6/+6
2015-04-14Document `toc-title` variable in README.John MacFarlane1-0/+3
See #2081.
2015-04-13Merge pull request #2078 from nickbart1980/patch-2John MacFarlane1-6/+10
Adds YAML biblio format
2015-04-13LaTeX template: include grffile together with graphicx.John MacFarlane1-1/+2
This properly handles filenames containing spaces and dots. Closes #2074.
2015-04-13Adds YAML biblio formatnickbart19801-6/+10
Also, adds note on pandoc-citeproc --bib2json and pandoc-citeproc --bib2yaml, and sorts table
2015-04-10Fix obsolete reference to mods2yamlnickbart19801-23/+29
2015-03-30Merge pull request #2035 from lierdakil/issue2031John MacFarlane1-3/+4
Docx Writer/Reference: Add keepNext to objects w/ captions
2015-03-29Added CommonMark writer.John MacFarlane1-40/+43
Added `Text.Pandoc.Writers.CommonMark`, exporting `writeCommonMark`.
2015-03-29Updated README with new Docx Writer style namesNikolay Yakimov1-3/+4
2015-03-28README: Add links to filter libs in perl, php, javascript.John MacFarlane1-1/+6
Closes #1829.
2015-03-27README: make defn lists for options all "loose" for consistency.John MacFarlane1-0/+78
2015-03-17Added CommonMark reader using cmark (libcmark bindings).John MacFarlane1-11/+14
- 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.
2015-03-16Replace occurrences of 'Github' with 'GitHub'Tom Leese1-1/+1
The website is called 'GitHub' afterall.
2015-03-15Moved and rewrote documentation for `shortcut_reference_links` ext.John MacFarlane1-7/+11
2015-03-15Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane1-0/+5
Support shortcut reference links in markdown writer
2015-03-10Support shortcut reference links in markdown writerKonstantin Zudov1-0/+5
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`).
2015-03-07Fixed pipe tables -- headerless tables are not allowed.John MacFarlane1-2/+2
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.
2015-03-04Fix issue #969, #1779 by providing --latex-engine-optSumit Sahrawat1-0/+5
2015-02-18Allow digit as first character of a citation key.Matthias C. M. Troffaes1-1/+1
* Update parser to recognize citation keys starting with a digit. * Update documentation accordingly. * Test case added. See https://github.com/jgm/pandoc-citeproc/issues/97
2015-02-13Allow wildcards in `--epub-embed-font` arguments.John MacFarlane1-3/+6
Closes #1939.
2014-12-26Added `--verbose` flag for debugging output in PDF production.John MacFarlane1-0/+4
Closes #1840. Closes #1653.
2014-12-16Fixed link in READMEJohn MacFarlane1-1/+1
2014-12-15Reworded paragraph on citation data in README.John MacFarlane1-3/+4
Closes #1814.
2014-12-15Don't treat a citation as a reference link label.John MacFarlane1-1/+3
Closes #1763.
2014-12-15Added a note about the need for `-s` to include YAML in Markdown output.John MacFarlane1-0/+5
Closes #1715. Thanks to @nichtich for the suggestion.
2014-12-08Merge pull request #1646 from neongreen/issue1631Matthew Pickering1-0/+4
Add an -email address link- example to README.
2014-10-31Fixed README and pandoc.cabal for TWiki reader.John MacFarlane1-7/+7
2014-10-31Merge pull request #1726 from AlexanderS/twiki-parserJohn MacFarlane1-8/+10
TWiki Reader: add new new twiki reader
2014-10-30TWiki Reader: update documentationAlexander Sulfrian1-8/+10
2014-10-28Clarified need for `-s` to get character encoding info.John MacFarlane1-0/+14
Closes #1724, #1725.
2014-09-29Updated description of heuristic for math `$`.John MacFarlane1-2/+3
2014-09-26README: Add an -email address link- example.Artyom1-0/+4
Fixes #1631.