-
Notifications
You must be signed in to change notification settings - Fork 4
Styling
tkubec edited this page Feb 26, 2022
·
2 revisions
The styling of a markdown element is based on applied style and attributes within the markdown document.
The styling is applied to any markdown element in the following order:
- Inherited styling from parent elements, like font or background color
- Styling based on element's style (and all styles it is derived from)
- Attribute based styling
-
StylingPreparedevent andBindAndModifystyling
In every step, only properties with defined value are used, otherwise the properties from previous steps are used.