pandoc/src/Text
John MacFarlane 0cb7362f62 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`.
2012-08-09 20:24:05 -07:00
..
Pandoc Removed --strict, added extensions to writer/reader names. 2012-08-09 20:24:05 -07:00
Pandoc.hs Removed --strict, added extensions to writer/reader names. 2012-08-09 20:24:05 -07:00