In QtQuick, it seems to be better to use a readonly TextEdit for showing rich text, than just adding HTML or Markdown to a normal Text-Object. Since I’m inside a flickable drawer, I’ll have to somehow disable selection, which seems to be enabled by default.