Skip to content

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:

  1. Inherited styling from parent elements, like font or background color
  2. Styling based on element's style (and all styles it is derived from)
  3. Attribute based styling
  4. StylingPrepared event and BindAndModify styling

In every step, only properties with defined value are used, otherwise the properties from previous steps are used.

Clone this wiki locally