image-link.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document xmlns="http://commonmark.org/xml/1.0">
  3. <paragraph>
  4. <link destination="https://commonmark.thephpleague.com" title="">
  5. <text>https://commonmark.thephpleague.com</text>
  6. </link>
  7. </paragraph>
  8. <paragraph>
  9. <link destination="https://commonmark.thephpleague.com" title="">
  10. <text>Read the docs</text>
  11. </link>
  12. </paragraph>
  13. <paragraph>
  14. <link destination="https://commonmark.thephpleague.com" title="Documentation for league/commonmark">
  15. <text>Read the docs</text>
  16. </link>
  17. </paragraph>
  18. <paragraph>
  19. <image destination="foo.jpg" title="" />
  20. </paragraph>
  21. <paragraph>
  22. <image destination="foo.jpg" title="">
  23. <text>alt text</text>
  24. </image>
  25. </paragraph>
  26. <paragraph>
  27. <image destination="foo.jpg" title="title">
  28. <text>alt text</text>
  29. </image>
  30. </paragraph>
  31. <paragraph>
  32. <image destination="foo.jpg" title="title" />
  33. </paragraph>
  34. </document>