enable-literalMidWordAsterisks.html 1.1 KB

123456789101112131415161718192021222324
  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 a sentence with just*one asterisk</p>
  5. <p>this is a sentence with just**one asterisk</p>
  6. <p>this is a sentence with just***one asterisk</p>
  7. <p>this is double**asterisk**mid word</p>
  8. <p>this has just**one double asterisk</p>
  9. <p>this has just***one triple asterisk</p>
  10. <p>this <em>should be parsed</em> as emphasis</p>
  11. <p>this <strong>should be parsed</strong> as bold</p>
  12. <p>this <strong><em>should be parsed</em></strong> as bold and emphasis</p>
  13. <p>emphasis at <em>end of sentence</em></p>
  14. <p>bold at <strong>end of sentence</strong></p>
  15. <p>bold and emphasis at <strong><em>end of sentence</em></strong></p>
  16. <p><em>emphasis at</em> line start</p>
  17. <p><strong>bold at</strong> line start</p>
  18. <p><strong><em>bold and emphasis at</em></strong> line start</p>
  19. <p>multi <em>line emphasis
  20. yeah it is</em> yeah</p>
  21. <p>multi <strong>line emphasis
  22. yeah it is</strong> yeah</p>
  23. <p>multi <strong><em>line emphasis
  24. yeah it is</em></strong> yeah</p>