Important: #101128 - CKEditor's highlight plugin introduces mark
HTML tag
See forge#101128
Description
The introduction of the CKEditor plugin
@ckeditor/
allows an editor to use the
mark
tag, as well as the
s
tag.
It may become necessary to explicitly allow this tag in the
lib.
TypoScript setup to allow the tag to be
rendered properly in the frontend:
lib.parseFunc_RTE {
allowTags := addToList(mark,s)
}
Copied!
Custom CSS styling for different markers classes needs to be implemented in a sitepackage for example, as no frontend CSS for this is emitted by default.