summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Fixed typo.John MacFarlane2012-10-04
|
* Removed Ext_monospace_autolinks.John MacFarlane2012-09-27
|
* Added Ext_autolink_urls.John MacFarlane2012-09-27
|
* Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.John MacFarlane2012-09-27
|
* Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane2012-09-25
| | | | Closes #614.
* README: Removed claim that 'enumerate' library is needed in LaTeX.John MacFarlane2012-09-16
| | | | It isn't any longer.
* Updated README to mention longtable packageJohn MacFarlane2012-09-15
|
* Updated README to include mediawiki readerJohn MacFarlane2012-09-15
|
* README: Properly escape `$` characters.John MacFarlane2012-09-08
| | | | | Otherwise they mess up the LaTeX benchmark, which uses a version of README converted to LaTeX.
* Made --id-prefix work in DocBook as well as HTML.John MacFarlane2012-09-06
| | | | Closes #607.
* Changed nomenclature, delimited -> fenced code blocks.John MacFarlane2012-08-21
|
* Added Ext_abbrevations for PHP markdown style abbreviation keys.John MacFarlane2012-08-19
| | | | | | 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.
* Added Ext_raw_html extension.John MacFarlane2012-08-12
| | | | | Closes #556 -- you can now specify markdown-raw_html as your input format. (Read: markdown minus raw_html.)
* Added note to README on positioning of reference link defs.John MacFarlane2012-08-12
|
* Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane2012-08-12
|
* Documented markdown_attribute extension in README.John MacFarlane2012-08-11
|
* Revert "Implemented Ext_markdown_attribute."John MacFarlane2012-08-11
| | | | This reverts commit 78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18.
* Implemented Ext_markdown_attribute.John MacFarlane2012-08-11
| | | | This adds markdown=1 to block tags.
* Options and documentation for backslash tex math options.John MacFarlane2012-08-10
| | | | | Ext_tex_math_single_backslash and Ext_tex_math_double_backslash. Still need to code in reader.
* Changed Ext_tex_math to Ext_tex_math_dollars.John MacFarlane2012-08-10
|
* Documented org-like pipe tables.John MacFarlane2012-08-10
|
* Documented new system for enabling/disabling extensions.John MacFarlane2012-08-10
|
* Changed strict to markdown_strict.John MacFarlane2012-08-09
|
* Removed `--strict`, added extensions to writer/reader names.John MacFarlane2012-08-09
| | | | | | | | | | | | * 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`.
* Removed --enable, --disable options.John MacFarlane2012-08-09
|
* Changed heading in README so we don't have two "Citations" sections.John MacFarlane2012-08-08
|
* Support hard_line_breaks markdown extension.John MacFarlane2012-08-06
| | | | | | | | * Added Ext_hard_line_breaks. * Added section in README on non-pandoc extensions. * Exported pandocExtensions and strictExtensions in Text.Pandoc.Options. Closes #514.
* Documented styles used in reference docxJohn MacFarlane2012-08-05
|
* Updated extension labels in README.John MacFarlane2012-07-27
|
* More documentation of extensionsJohn MacFarlane2012-07-27
|
* Started documenting individual syntax extensions in README.John MacFarlane2012-07-27
|
* Added README description of pipe tables.John MacFarlane2012-07-22
|
* Added a new FictionBook2 (FB2) writer.Sergey Astanin2012-07-22
|
* Added note on --preserve-tabs in README.John MacFarlane2012-07-22
|
* Updated link to gladTeX. Closes #559.John MacFarlane2012-07-12
|
* Added note on MathJax. Closes #558.John MacFarlane2012-07-12
|
* Added information about including multiple CSS files.Arlo O'Keeffe2012-07-11
|
* Acknowledge Gavin Beatty in AUTHORS.John MacFarlane2012-06-27
|
* README: Documented new variables in LaTeX template.John MacFarlane2012-06-08
|
* Fixed documentation on mixed lists. Closes #533.John MacFarlane2012-06-08
|
* Add support for Slideous output.Jonas Smedegaard2012-05-24
|
* Added 'zenburn' highlight style from highlighting-kate.John MacFarlane2012-05-17
| | | | Depend on h-k 0.5.0.6.
* Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane2012-05-11
| | | | | This is useful for those who want to use advanced OpenType features with xelatex/lualatex.
* Documented attributes for inline verbatim code.John MacFarlane2012-04-29
|
* Documented DocBook input format in README.John MacFarlane2012-04-20
|
* Added mathfont variable to latex template.John MacFarlane2012-03-15
|
* LaTeX template tweaks:John MacFarlane2012-03-15
| | | | | - allow geometry variable to be repeated for multiple options - use mainfont instead of romanfont
* Added `geometry` variable to default LaTeX template.John MacFarlane2012-03-14
|
* README: Removed misleading note on reST math.John MacFarlane2012-03-12
|
* Added section on Internal links.John MacFarlane2012-03-12
|