emphasis.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <p><em>single asterisks</em></p>
  2. <p><em>single underscores</em></p>
  3. <p><strong>double asterisks</strong></p>
  4. <p><strong>double underscores</strong></p>
  5. <p>text <em>with italic sentence</em> in middle</p>
  6. <p>text <strong>with bold sentence</strong> in middle</p>
  7. <p>text with <strong>bold text that
  8. spans across multiple</strong> lines</p>
  9. <p>underscored_word</p>
  10. <p>doubleunderscore__word</p>
  11. <p>asterix*word</p>
  12. <p>doubleasterix**word</p>
  13. <p>line with_underscored word</p>
  14. <p>line with__doubleunderscored word</p>
  15. <p>line with*asterixed word</p>
  16. <p>line with**doubleasterixed word</p>
  17. <p>some line<em>with</em>inner underscores</p>
  18. <p>some line<strong>with</strong>inner double underscores</p>
  19. <p>some line<em>with</em>inner asterixs</p>
  20. <p>some line<strong>with</strong>inner double asterixs</p>
  21. <p>another line with just _one underscore</p>
  22. <p>another line with just __one double underscore</p>
  23. <p>another line with just *one asterix</p>
  24. <p>another line with just **one double asterix</p>
  25. <p>a sentence with<em>underscore and another</em>underscore</p>
  26. <p>a sentence with<strong>doubleunderscore and another</strong>doubleunderscore</p>
  27. <p>a sentence with<em>asterix and another</em>asterix</p>
  28. <p>a sentence with<strong>doubleasterix and another</strong>doubleasterix</p>
  29. <p>escaped word_with_underscores</p>
  30. <p>escaped word__with__double underscores</p>
  31. <p>escaped word<em>_with_</em>single italic underscore</p>
  32. <p>escaped word*with*asterixs</p>
  33. <p>escaped word**with**asterixs</p>
  34. <p>escaped word<strong>*with*</strong>bold asterixs</p>