pandoc/src/Text/Pandoc
John MacFarlane f11d0c9dc8 HTML: prevent gratuitious emojification on iOS.
iOS chooses to render a number of Unicode entities,
including '↩', as big colorful emoji.  This can be
defeated by appending Unicode
VARIATION SELECTOR-15'/'VARIATION SELECTOR-16'.
So we now append this character when escaping
strings, for both '↩' and '↔'.

If other characters prove problematic, they can
simply be added to needsVariationSelector.

Closes #5469.
2019-04-30 22:32:52 -07:00
..
App Allow -o/--output to be used with --print-*. 2019-03-08 08:44:45 -08:00
Filter Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Lua Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Readers LaTeX reader: add braces when resolving \DeclareMathOperator. 2019-04-10 21:26:23 -07:00
Writers HTML: prevent gratuitious emojification on iOS. 2019-04-30 22:32:52 -07:00
App.hs Fix --self-contained so it works when output format has extensions. 2019-04-25 21:56:26 -04: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 PowerPoint writer: expand builtin reference doc to model all layouts 2019-04-05 08:50:39 -04: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 Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Error.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Extensions.hs Remove license boilerplate. 2019-03-01 10:27:06 -08: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 Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Lua.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
MediaBag.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
MIME.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Options.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Parsing.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
PDF.hs Allow use of -output-directory in --pdf-engine-opt. 2019-04-23 10:08:25 -07:00
Pretty.hs Use strict instead of lazy sum. 2019-03-28 13:51:15 -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 filterIpynbOutput - go back to just including one block per format. 2019-03-06 11:17:51 -08:00
Slides.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00
Templates.hs Remove license boilerplate. 2019-03-01 10:27:06 -08: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 XWiki Support (#4167) 2019-04-02 17:27:02 -06:00
XML.hs Remove license boilerplate. 2019-03-01 10:27:06 -08:00