text.xml 426 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document xmlns="http://commonmark.org/xml/1.0">
  3. <paragraph>
  4. <text>Just some plain text,</text>
  5. <softbreak />
  6. <text>some new lines,</text>
  7. <softbreak />
  8. <linebreak />
  9. <text>and some hard breaks.</text>
  10. </paragraph>
  11. <paragraph>
  12. <text>And a &quot;quoted string&quot; for good measure!</text>
  13. </paragraph>
  14. </document>