qmlweb/qmlweb-parser

Multiline strings support

ChALkeR opened this issue · 0 comments

Example:

import QtQuick 2.0

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