qmlweb / qmlweb-parser

A QML parser in JavaScript
Other
27 stars 11 forks source link

Multiline strings support #36

Open ChALkeR opened 6 years ago

ChALkeR commented 6 years ago

Example:

import QtQuick 2.0

Text {
  id: helloText
  text: "<span>Hello,<span>
         <span>World!</span>"
}