qmlweb-parser
qmlweb-parser copied to clipboard
Multiline strings support
Example:
import QtQuick 2.0
Text {
id: helloText
text: "<span>Hello,<span>
<span>World!</span>"
}