pandoc/src/Text/Pandoc
John MacFarlane eebed6bc48 Added writerHtmlQTags and --html-q-tags option.
The previous default was to use `<q>` tags in HTML5.
But `<q>` tags are also valid HTML4, and they are not very
robust in HTML5.  Some user agents don't support them,
and some CSS resets prevent pandoc's quotes CSS from working
properly (e.g. bootstrap).  It seems a better default just
to insert quote characters, but the option is provided  for
those who have gotten used to using `<q>` tags.
2013-01-15 18:50:36 -08:00
..
Readers Changed Ext_autolink_urls -> Ext_autolink_bare_uris. 2013-01-15 12:44:50 -08:00
Writers Added writerHtmlQTags and --html-q-tags option. 2013-01-15 18:50:36 -08:00
Biblio.hs Biblio: Make sure mvPunc and deNote run on metadata too. 2013-01-08 17:24:18 -08:00
Highlighting.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
ImageSize.hs ImageSize: Remove no longer exported readImageSize. 2013-01-11 15:44:16 -08:00
MIME.hs Added MIME types for .wof and .eot. 2012-10-11 09:33:10 -07:00
Options.hs Added writerHtmlQTags and --html-q-tags option. 2013-01-15 18:50:36 -08:00
Parsing.hs Changed Ext_autolink_urls -> Ext_autolink_bare_uris. 2013-01-15 12:44:50 -08:00
PDF.hs PDF: Run latex at least two times. 2012-03-19 09:25:33 -07:00
Pretty.hs Pretty: Fixed bug that caused combining characters to be dropped. 2012-08-13 15:52:41 -07:00
SelfContained.hs Refactoring: 2013-01-11 16:19:06 -08:00
Shared.hs Refactoring: 2013-01-11 16:19:06 -08:00
Slides.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00
Templates.hs Data files changes. 2012-12-29 17:54:07 -08:00
UTF8.hs UTF8 module: Remove \r when reading. 2013-01-06 16:35:59 -08: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