Feature #35747
Allow style attribute for HTML elements in CommonMark formatter
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: |
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
History
#1
Updated by Go MAEDA 11 months ago
- Related to Feature #32424: CommonMark Markdown Text Formatting added