pandoc/src/Text/Pandoc
John MacFarlane d79242796b HTML writer: use numeric character references with --ascii.
Previously we used named character references with html5 output.
But these aren't valid XML, and we aim to produce html5 that is
also valid XHTML (polyglot markup).  (This is also needed for
epub3.)

Closes #5718.
2019-09-02 20:36:57 -07:00
..
App Change optMetadataFile type from Maybe to List (#5702) 2019-08-24 09:41:25 -07:00
Filter Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Lua Lua: improve function documentations 2019-08-16 20:52:15 +02:00
Readers LaTeX reader: properly handle optional arguments for macros. 2019-09-02 18:48:37 -07:00
Writers HTML writer: use numeric character references with --ascii. 2019-09-02 20:36:57 -07:00
App.hs Don't add a newline if there's already one. 2019-08-25 14:24:31 -07:00
Asciify.hs Asciify.hs: add Turkish undotted-i (#5434) 2019-04-07 11:01:56 -06:00
BCP47.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Class.hs Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
CSS.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
CSV.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Data.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Emoji.hs Update emoji list in Text.Pandoc.Emoji. 2019-07-29 11:17:22 -07:00
Error.hs Better message for PandocTemplateError. 2019-08-25 23:49:25 -07:00
Extensions.hs Extensions.hs fix typo in PHP Markdown comment 2019-07-10 09:25:42 +02:00
Filter.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Highlighting.hs Add support for go with --listings. 2019-04-03 08:02:39 -07:00
ImageSize.hs Improve pdfSize in ImageSize by ignoring all whitespace in /MediaBox command (#5383) 2019-03-21 10:43:56 -06:00
Logging.hs Logging: Added UnknownExtensions constructor to LogMessage. 2019-07-14 11:35:17 -07:00
Lua.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
MediaBag.hs pandoc.mediabag module: add function delete 2019-05-29 23:18:44 +02:00
MIME.hs HTML writer: output video and audio elements 2019-05-29 09:43:50 +02:00
Options.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Parsing.hs Add stateAllowLineBreaks to ParserState. [API change] 2019-08-27 10:04:02 -07:00
PDF.hs html2pdf: ensure temp file is deleted... 2019-08-31 09:18:21 -07:00
Process.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Readers.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
RoffChar.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
SelfContained.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Shared.hs Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
Slides.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Templates.hs Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00
Translations.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
UTF8.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
UUID.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Writers.hs Add jira writer (#5548) 2019-06-05 17:52:23 -04:00
XML.hs Use new doctemplates, doclayout. 2019-08-25 14:24:31 -07:00