Actions
Feature #35747
closedAllow style attribute for HTML elements in CommonMark formatter
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
The CommonMark formatter introduced by #32424 currently does not allow style attribute for HTML elements.
If the attribute is allowed, you can decorate text as follows.
<span style="color: red;">IMPORTANT NOTICE</span>
Related issues
Actions