Feature #37169
openUpdate sanitization rules to allow footnotes markup to match the original structure
0%
Description
This is related to #35892.
The sanitisation rules should allow footnotes markup to render as they are generated by commonmark gem for easier customisations.
Files
Updated by Holger Just 10 months ago
Is this resolved with r21612 already or are there any further required steps?
Updated by Marius BALTEANU 10 months ago
- File footnotes.png footnotes.png added
This is how it looks without SanitizationFilter
:
And I think it is useful to have the data-footnote-*
attributes, the class and even the section element. I've already some working code to obtain this.
What do you think?
Updated by Holger Just 10 months ago
I'm not opposed to this :)
I'm not sure the data attributes are required for us, given that we don't have anything in Redmine which wants this (specifically: no browser JS leveraging those attributes).
The aria-label
and class
attributes are probably useful though, as might be the section
.