emphasis-strong.xml 384 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document xmlns="http://commonmark.org/xml/1.0">
  3. <paragraph>
  4. <strong>
  5. <emph>
  6. <text>CommonMark</text>
  7. </emph>
  8. <text> is </text>
  9. <strong>
  10. <text>awesome</text>
  11. </strong>
  12. <text>!</text>
  13. </strong>
  14. </paragraph>
  15. </document>