diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-08-09 20:19:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-08-09 20:24:05 -0700 |
commit | 0cb7362f62410f58e2356381bbf2c1fe85abe2a5 (patch) | |
tree | b6158a288fde45e430fe1afb094306ec442575b1 /src/Text/Pandoc/Readers | |
parent | 71e0c206c169c12e30bec4869dd04e166ef7ed5d (diff) | |
download | pandoc-0cb7362f62410f58e2356381bbf2c1fe85abe2a5.tar.gz |
Removed `--strict`, added extensions to writer/reader names.
* 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`.
Diffstat (limited to 'src/Text/Pandoc/Readers')
0 files changed, 0 insertions, 0 deletions