Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-10 | Fix obsolete reference to mods2yaml | nickbart1980 | 1 | -23/+29 | |
2015-03-30 | Merge pull request #2035 from lierdakil/issue2031 | John MacFarlane | 1 | -3/+4 | |
Docx Writer/Reference: Add keepNext to objects w/ captions | |||||
2015-03-29 | Added CommonMark writer. | John MacFarlane | 1 | -40/+43 | |
Added `Text.Pandoc.Writers.CommonMark`, exporting `writeCommonMark`. | |||||
2015-03-29 | Updated README with new Docx Writer style names | Nikolay Yakimov | 1 | -3/+4 | |
2015-03-28 | README: Add links to filter libs in perl, php, javascript. | John MacFarlane | 1 | -1/+6 | |
Closes #1829. | |||||
2015-03-27 | README: make defn lists for options all "loose" for consistency. | John MacFarlane | 1 | -0/+78 | |
2015-03-17 | Added CommonMark reader using cmark (libcmark bindings). | John MacFarlane | 1 | -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-16 | Replace occurrences of 'Github' with 'GitHub' | Tom Leese | 1 | -1/+1 | |
The website is called 'GitHub' afterall. | |||||
2015-03-15 | Moved and rewrote documentation for `shortcut_reference_links` ext. | John MacFarlane | 1 | -7/+11 | |
2015-03-15 | Merge pull request #1989 from zudov/shortcut_ref_link_pr | John MacFarlane | 1 | -0/+5 | |
Support shortcut reference links in markdown writer | |||||
2015-03-10 | Support shortcut reference links in markdown writer | Konstantin Zudov | 1 | -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-07 | Fixed pipe tables -- headerless tables are not allowed. | John MacFarlane | 1 | -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-04 | Fix issue #969, #1779 by providing --latex-engine-opt | Sumit Sahrawat | 1 | -0/+5 | |
2015-02-18 | Allow digit as first character of a citation key. | Matthias C. M. Troffaes | 1 | -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-13 | Allow wildcards in `--epub-embed-font` arguments. | John MacFarlane | 1 | -3/+6 | |
Closes #1939. | |||||
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-10-14 | Use '=' instead of '#' for atx-style headers in markdown+lhs. | Kristof Bastiaensen | 1 | -1/+2 | |
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 | |