Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently an inline block with triple curly braces is using hardcoded html styles.
Better is to use a css class for styling.
Example
This {{{inline}}} text
is rendered as
<span style="font-family:monospace; white-space:pre;">inline</span>
Should be changed to:
<span class="inline-code">inline</span>