Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-27 | Added Ext_autolink_urls. | John MacFarlane | 1 | -0/+4 | |
2012-09-27 | Renamed Ext_autolink_code_spans to Ext_monospace_autolinks. | John MacFarlane | 1 | -1/+1 | |
2012-09-25 | Make --id-prefix affect footnote IDs in markdown writer. | John MacFarlane | 1 | -2/+3 | |
Closes #614. | |||||
2012-09-16 | README: Removed claim that 'enumerate' library is needed in LaTeX. | John MacFarlane | 1 | -1/+1 | |
It isn't any longer. | |||||
2012-09-15 | Updated README to mention longtable package | John MacFarlane | 1 | -1/+1 | |
2012-09-15 | Updated README to include mediawiki reader | John MacFarlane | 1 | -19/+20 | |
2012-09-08 | README: Properly escape `$` characters. | John MacFarlane | 1 | -2/+2 | |
Otherwise they mess up the LaTeX benchmark, which uses a version of README converted to LaTeX. | |||||
2012-09-06 | Made --id-prefix work in DocBook as well as HTML. | John MacFarlane | 1 | -2/+2 | |
Closes #607. | |||||
2012-08-21 | Changed nomenclature, delimited -> fenced code blocks. | John MacFarlane | 1 | -6/+6 | |
2012-08-19 | Added Ext_abbrevations for PHP markdown style abbreviation keys. | John MacFarlane | 1 | -0/+9 | |
Note: pandoc does not have an abbreviation element (yet) and so currently when this extension is enabled, it just causes pandoc to skip the abbrevation keys. | |||||
2012-08-12 | Added Ext_raw_html extension. | John MacFarlane | 1 | -1/+5 | |
Closes #556 -- you can now specify markdown-raw_html as your input format. (Read: markdown minus raw_html.) | |||||
2012-08-12 | Added note to README on positioning of reference link defs. | John MacFarlane | 1 | -1/+10 | |
2012-08-12 | Implemented Ext_mmd_title_block in markdown reader & writer. | John MacFarlane | 1 | -2/+18 | |
2012-08-11 | Documented markdown_attribute extension in README. | John MacFarlane | 1 | -0/+7 | |
2012-08-11 | Revert "Implemented Ext_markdown_attribute." | John MacFarlane | 1 | -6/+0 | |
This reverts commit 78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18. | |||||
2012-08-11 | Implemented Ext_markdown_attribute. | John MacFarlane | 1 | -0/+6 | |
This adds markdown=1 to block tags. | |||||
2012-08-10 | Options and documentation for backslash tex math options. | John MacFarlane | 1 | -0/+10 | |
Ext_tex_math_single_backslash and Ext_tex_math_double_backslash. Still need to code in reader. | |||||
2012-08-10 | Changed Ext_tex_math to Ext_tex_math_dollars. | John MacFarlane | 1 | -1/+1 | |
2012-08-10 | Documented org-like pipe tables. | John MacFarlane | 1 | -0/+12 | |
2012-08-10 | Documented new system for enabling/disabling extensions. | John MacFarlane | 1 | -26/+46 | |
2012-08-09 | Changed strict to markdown_strict. | John MacFarlane | 1 | -9/+9 | |
2012-08-09 | Removed `--strict`, added extensions to writer/reader names. | John MacFarlane | 1 | -22/+15 | |
* The `--strict` option has been removed. * Instead of using `--strict`, one can now use `strict` instead of `markdown` as an input or output format name. * The `--enable` and `--disable` optinos have been removed. * It is now possible to enable or disable specific extensions by appending them (with '+' or '-') to the writer or reader name. For example `pandoc -f markdown-footnotes+hard_line_breaks`. * The lhs extensions are now implemented this way, too; you can use either `+lhs` or `+literate_haskell`. | |||||
2012-08-09 | Removed --enable, --disable options. | John MacFarlane | 1 | -12/+2 | |
2012-08-08 | Changed heading in README so we don't have two "Citations" sections. | John MacFarlane | 1 | -2/+2 | |
2012-08-06 | Support hard_line_breaks markdown extension. | John MacFarlane | 1 | -0/+10 | |
* Added Ext_hard_line_breaks. * Added section in README on non-pandoc extensions. * Exported pandocExtensions and strictExtensions in Text.Pandoc.Options. Closes #514. | |||||
2012-08-05 | Documented styles used in reference docx | John MacFarlane | 1 | -1/+6 | |
2012-07-27 | Updated extension labels in README. | John MacFarlane | 1 | -21/+29 | |
2012-07-27 | More documentation of extensions | John MacFarlane | 1 | -6/+14 | |
2012-07-27 | Started documenting individual syntax extensions in README. | John MacFarlane | 1 | -19/+38 | |
2012-07-22 | Added README description of pipe tables. | John MacFarlane | 1 | -5/+44 | |
2012-07-22 | Added a new FictionBook2 (FB2) writer. | Sergey Astanin | 1 | -15/+24 | |
2012-07-22 | Added note on --preserve-tabs in README. | John MacFarlane | 1 | -0/+2 | |
2012-07-12 | Updated link to gladTeX. Closes #559. | John MacFarlane | 1 | -1/+1 | |
2012-07-12 | Added note on MathJax. Closes #558. | John MacFarlane | 1 | -0/+4 | |
2012-07-11 | Added information about including multiple CSS files. | Arlo O'Keeffe | 1 | -1/+2 | |
2012-06-27 | Acknowledge Gavin Beatty in AUTHORS. | John MacFarlane | 1 | -1/+1 | |
2012-06-08 | README: Documented new variables in LaTeX template. | John MacFarlane | 1 | -0/+7 | |
2012-06-08 | Fixed documentation on mixed lists. Closes #533. | John MacFarlane | 1 | -2/+2 | |
2012-05-24 | Add support for Slideous output. | Jonas Smedegaard | 1 | -17/+32 | |
2012-05-17 | Added 'zenburn' highlight style from highlighting-kate. | John MacFarlane | 1 | -1/+1 | |
Depend on h-k 0.5.0.6. | |||||
2012-05-11 | Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option. | John MacFarlane | 1 | -1/+12 | |
This is useful for those who want to use advanced OpenType features with xelatex/lualatex. | |||||
2012-04-29 | Documented attributes for inline verbatim code. | John MacFarlane | 1 | -0/+4 | |
2012-04-20 | Documented DocBook input format in README. | John MacFarlane | 1 | -10/+11 | |
2012-03-15 | Added mathfont variable to latex template. | John MacFarlane | 1 | -8/+2 | |
2012-03-15 | LaTeX template tweaks: | John MacFarlane | 1 | -1/+11 | |
- allow geometry variable to be repeated for multiple options - use mainfont instead of romanfont | |||||
2012-03-14 | Added `geometry` variable to default LaTeX template. | John MacFarlane | 1 | -0/+2 | |
2012-03-12 | README: Removed misleading note on reST math. | John MacFarlane | 1 | -1/+1 | |
2012-03-12 | Added section on Internal links. | John MacFarlane | 1 | -0/+17 | |
2012-03-10 | Fixed typo in README | John MacFarlane | 1 | -1/+1 | |
2012-03-09 | Changed -V so that you can specify a key without a value. | John MacFarlane | 1 | -2/+3 | |
Such keys get the value `true`. |