Blame view

vendor/cebe/markdown/tests/markdown-data/inline-html.html 297 Bytes
abf1649b   andryeyev   Чистая установка ...
1
2
3
4
5
6
7
8
  <p>this is <span class="name">inline <strong>html</strong></span> trailing</p>
  <p>&copy; AT&amp;T</p>
  <p><del>this is deleted</del> this is not
  new text on new line</p>
  <p><s>this is deleted</s> this is not
  new text on new line</p>
  <p>this line ends with &lt;</p>
  <p>this line ends with &amp;</p>