I know that the Qt QTextDocument and the Qt QML Text type support a set of supported tags and supported CSS properties, forming a subset of HTML 4.
But is there any way to extend which tags I can use? For example when I'd want to render custom XML without first converting it to HTML (via Qt's XSL-T or other means). Or similarly, when I'd want to visually implement an element not yet supported by Qt's subset of HTML 4.