autolink.xml 580 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document xmlns="http://commonmark.org/xml/1.0">
  3. <paragraph>
  4. <text>You can try emailing </text>
  5. <link destination="mailto:foo@example.com" title="">
  6. <text>foo@example.com</text>
  7. </link>
  8. <text> but that inbox doesn't actually exist.</text>
  9. </paragraph>
  10. <paragraph>
  11. <text>Or you can search on </text>
  12. <link destination="http://www.google.com" title="">
  13. <text>www.google.com</text>
  14. </link>
  15. <text> for stuff.</text>
  16. </paragraph>
  17. </document>