Context:
We want to get rid of the CSS based mechanism for the backlink markers in Parsoid so that it's more aligned with legacy parser output, allows more easy customization and be ready for sub-referencing. See T370027: [Epic] Parsoid CSS counter reset footnote/backlink mechanism should be dropped in favor of plain text
Implementation:
- Extract a backlink marker renderer that can be shared between legacy parsing T385669: Extract backlink marker renderer service for both parsers
- Use the renderer to set the explicit backlink symbols
Out of scope:
- Migration to the new mechanism
Notes:
This feature is expected to also resolve: