Fixed
- Fixed footnote links and backlinks pointing at the wrong anchor when
footnote/footnote_id_prefixorfootnote/ref_id_prefixcontains an uppercase character; the configured prefix is now emitted verbatim in thehrefas it already was in the matchingid(#524) - Fixed inline raw HTML tags being escaped when the tag name or an attribute name contains an uppercase letter, such as
<svg viewBox="...">or<Warning>(#1096)