diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-04-05 21:45:52 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-04-05 21:55:54 +0200 |
commit | 038261ea529bc4516d7cee501db70020938dbf2b (patch) | |
tree | 75d8d53a14b19df2cf3951ae7e669c1f0b9ea520 /test/Tests/Writers/Powerpoint.hs | |
parent | 65a9d3a8786c23f79de9dcdf56ab7efb789726ff (diff) | |
download | pandoc-038261ea529bc4516d7cee501db70020938dbf2b.tar.gz |
JATS writer: escape disallows chars in identifiers
XML identifiers must start with an underscore or letter, and can contain
only a limited set of punctuation characters. Any IDs not adhering to
these rules are rewritten by writing the offending characters as Uxxxx,
where `xxxx` is the character's hex code.
Diffstat (limited to 'test/Tests/Writers/Powerpoint.hs')
0 files changed, 0 insertions, 0 deletions