Text

Text styles allow to control how text is displayed. These styles are used to create the main content. The following styles are available:

  • heading is used to display the 6 levels of HTML headings.
  • markdown is the bread-and-butter style which allows to style content in a very flexible way. In addition to markdown syntax, pure HTML statements are allowed which makes this style very versatile. It is recommended to limit the usage of HTML to a minimum in order to keep the layout of the webpage consistent.
  • markdownInline is similar to the markdown style but is intended for one-line text where emphasis is required.
  • plaintext renders simple text. No special syntax is allowed here.
  • rawText renders text in a mono-space font which makes it useful to display code.