pandoc/src/Text/Pandoc
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
..
Readers Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
Writers Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
Biblio.hs Use Parsec directly in Biblio and Templates. 2012-07-20 16:33:37 -07:00
Highlighting.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
ImageSize.hs ImageSize: Fixed implementation of sizeInPoints. 2012-01-15 16:01:46 -08:00
MIME.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Options.hs Changes to literate haskell options. 2012-08-08 23:18:19 -07:00
Parsing.hs Changes to literate haskell options. 2012-08-08 23:18:19 -07:00
PDF.hs PDF: Run latex at least two times. 2012-03-19 09:25:33 -07:00
Pretty.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
SelfContained.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Shared.hs Removed --strict, added extensions to writer/reader names. 2012-08-09 20:24:05 -07:00
Slides.hs Don't generate empty H1 after hrule slide breaks. 2012-06-25 14:52:09 -07:00
Templates.hs Removed --strict, added extensions to writer/reader names. 2012-08-09 20:24:05 -07:00
UTF8.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs Fixed bug in fromEntities. 2012-04-14 22:52:14 -07:00