Provide markdown styling to QML Markdown Text?
-
Since Qt 5.14 QML has been able to natively have Markdown rendering using
Text.Markdown
however, this is with a default style. I was wondering if there is a current option to provide a custom style for the rendered Markdown by QML.Another option is to covert to html and then add a css style sheet during the rendering but I'm looking to see if there is anything available with the native QML.