pandoc/src/Text/Pandoc
John MacFarlane e8ad4ba43c Preliminary support for HTML5.
+ Added writerHtml5 writer option.
+ Added --html5 option.
+ Added support for lang in html tag (so you can do
  'pandoc -s --V lang=en', for example).
+ Updated html template with conditionals for HTML5.
+ When HTML5 selected, use <header> tag around title in document,
  and use <section> tags instead of <div>s if --section-divs
  specified.
2011-01-11 21:18:46 -08:00
..
Readers LaTeX reader: Support simple tables. 2011-01-07 10:15:48 -08:00
Writers Preliminary support for HTML5. 2011-01-11 21:18:46 -08:00
Biblio.hs Updated copyright notices. 2011-01-01 10:26:10 -08:00
CharacterReferences.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00
Highlighting.hs Removed redundant imports (found by ghc 6.12). 2009-12-31 16:48:36 +00:00
Parsing.hs Fixed macro parsing. 2011-01-05 14:42:47 -08:00
Pretty.hs Pretty: Added quote, doubleQuote. 2010-12-22 00:22:28 -08:00
S5.hs Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5. 2010-07-22 23:37:06 -07:00
Shared.hs Preliminary support for HTML5. 2011-01-11 21:18:46 -08:00
Templates.hs Removed all dependencies on 'pretty' package. 2010-12-22 11:48:08 -08:00
UTF8.hs Encode filenames as UTF8. 2010-09-10 19:53:45 -07:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs XML: don't use breaking spaces in attribute lists. 2010-12-21 16:46:21 -08:00