basic.html 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <p>this is a sentence*with*mid asterisks</p>
  2. <p>this is a sentence**with**two mid asterisks</p>
  3. <p>this is a sentence***with***three mid asterisks</p>
  4. <p>this is double*asterisk*mid word with another**asterisk**word</p>
  5. <p>this is double**asterisk**mid word with another**asterisk**word</p>
  6. <p>this is double***asterisk***mid word with another***asterisk***word</p>
  7. <p>this is double*asterisk**mid word with another***asterisk*word</p>
  8. <p>this is double**asterisk*mid word with another***asterisk**word</p>
  9. <p>this is a sentence with just*one asterisk</p>
  10. <p>this is a sentence with just**one asterisk</p>
  11. <p>this is a sentence with just***one asterisk</p>
  12. <p>this is double**asterisk**mid word</p>
  13. <p>this has just**one double asterisk</p>
  14. <p>this has just***one triple asterisk</p>
  15. <p>this <em>should be parsed</em> as emphasis</p>
  16. <p>this <strong>should be parsed</strong> as bold</p>
  17. <p>this <strong><em>should be parsed</em></strong> as bold and emphasis</p>
  18. <p>emphasis at <em>end of sentence</em></p>
  19. <p>bold at <strong>end of sentence</strong></p>
  20. <p>bold and emphasis at <strong><em>end of sentence</em></strong></p>
  21. <p><em>emphasis at</em> line start</p>
  22. <p><strong>bold at</strong> line start</p>
  23. <p><strong><em>bold and emphasis at</em></strong> line start</p>
  24. <p>multi <em>line emphasis
  25. yeah it is</em> yeah</p>
  26. <p>multi <strong>line emphasis
  27. yeah it is</strong> yeah</p>
  28. <p>multi <strong><em>line emphasis
  29. yeah it is</em></strong> yeah</p>