Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2014-06-01 | Updated README on reference.docx. | John MacFarlane | 1 | -1/+2 | |
2014-05-27 | Fixed documentation of attributes. Closes #1315. | John MacFarlane | 1 | -4/+8 | |
2014-05-27 | Updated date on README. | John MacFarlane | 1 | -1/+1 | |
2014-05-16 | fixed escape for literal paragraph | Phillip Alday | 1 | -2/+2 | |
2014-05-07 | README: Updated Authors. | John MacFarlane | 1 | -1/+2 | |
2014-05-06 | LaTeX template: Added linestretch variable. | John MacFarlane | 1 | -1/+8 | |
Documented this and fontfamily. | |||||
2014-05-06 | Added fontfamily variable to latex template. (tlvince) | John MacFarlane | 1 | -0/+2 | |
2014-05-04 | README: Clarified citation key syntax. | John MacFarlane | 1 | -1/+3 | |
2014-05-04 | Clarified use of `--natbib` and `--biblatex`. | John MacFarlane | 1 | -6/+6 | |
Not for use with pandoc-citeproc. | |||||
2014-05-03 | README: Note about `unnumbered` being added to final 'References' sect. | John MacFarlane | 1 | -1/+3 | |
2014-04-27 | README: Update variable defaults documentation | Albert Krewinkel | 1 | -3/+3 | |
The documented default values of variables now agree with their true default values as defined in Writer/HTML.hs. | |||||
2014-04-05 | README: Added note to --bibtex/--natbib: not for use in making PDF. | John MacFarlane | 1 | -2/+8 | |
Closes #1194. Thanks to nahoj. | |||||
2014-03-24 | Fixed typo in README | John MacFarlane | 1 | -1/+1 | |
2014-03-04 | Updated README and pandoc.cabal with icml writer. | John MacFarlane | 1 | -17/+18 | |
2014-03-04 | Update README to include info on Org-mode reader | Albert Krewinkel | 1 | -16/+17 | |
2014-02-13 | Added explanation of 'nocite' trick. | John MacFarlane | 1 | -0/+15 | |
2014-01-13 | Removed obsolete README note about mmd title blocks. | John MacFarlane | 1 | -4/+3 | |
2014-01-08 | Added README comment on line breaks in cells | John MacFarlane | 1 | -0/+3 | |
2014-01-03 | Documented biblio-files variable | John MacFarlane | 1 | -0/+2 | |
2013-12-23 | fix typos in README | Nicolas Kaiser | 1 | -3/+3 | |
2013-12-11 | Updated README (since abstract will work, at least with default latex). | John MacFarlane | 1 | -8/+3 | |
2013-12-11 | Added more explanation of metadata in README. | John MacFarlane | 1 | -0/+17 | |
2013-12-10 | Fixed documentation bug. | John MacFarlane | 1 | -2/+2 | |
2013-12-06 | Documented use of extensions with non-markdown input formats. | John MacFarlane | 1 | -0/+14 | |
2013-12-03 | Merge pull request #1076 from jlduran/booktabs | John MacFarlane | 1 | -1/+1 | |
Add booktabs package for LaTeX tables | |||||
2013-12-04 | Add booktabs package for LaTeX tables | Jose Luis Duran | 1 | -1/+1 | |
[ci skip] | |||||
2013-12-03 | EPUB writer: Allow 'stylesheet' in metadata. | John MacFarlane | 1 | -0/+2 | |
The value is a path to the stylesheet. | |||||
2013-11-30 | Fixed `cover-image` in EPUB YAML metadata. | John MacFarlane | 1 | -2/+2 | |
2013-11-30 | Allow specification of epub-cover-image in YAML metadata. | John MacFarlane | 1 | -1/+5 | |
2013-11-30 | README: minor reformatting. | John MacFarlane | 1 | -13/+13 | |
2013-11-30 | Documented use of YAML metadata for EPUB. | John MacFarlane | 1 | -1/+72 | |
2013-10-13 | Treat div with class "notes" as speaker notes in slide formats. | John MacFarlane | 1 | -0/+18 | |
Currently beamer goes to `\note{}`, revealjs to `<aside class="notes">`, and the notes are simply suppressed in other formats. Closes #925. | |||||
2013-09-19 | Added small explanation of difference btw `-M` and `-V`. | John MacFarlane | 1 | -1/+5 | |
2013-09-19 | Documented `--metadata` change. | John MacFarlane | 1 | -4/+4 | |
2013-09-13 | README: Added link to lua. | John MacFarlane | 1 | -1/+1 | |
2013-09-11 | Updated README on pandocfilters python module. | John MacFarlane | 1 | -5/+6 | |
2013-09-11 | Changed pandocfilters repository URL. | John MacFarlane | 1 | -1/+1 | |
2013-09-10 | `--bibliography` again implies `-F pandoc-citeproc`. | John MacFarlane | 1 | -2/+3 | |
But only if pandoc-citeproc isn't already specified as a filter. | |||||
2013-09-08 | `--bibliography` no longer implies `-F pandoc-citeproc`. | John MacFarlane | 1 | -4/+2 | |
This could lead to double filtering if the user specifies `-F` too. | |||||
2013-09-08 | Made . . . for pause work in all slide show formats except slideous. | John MacFarlane | 1 | -3/+2 | |
2013-09-07 | Added `lists_without_preceding_blankline` extension. | John MacFarlane | 1 | -0/+4 | |
* Added `Ext_lists_without_preceding_blankline` to `Extension` in `Options`. Added this option to `githubMarkdownExtensions`. * Made markdown reader sensitive to this. * Closes #972. |