From 2dbfcc0c510b46c9bfa288cb370b2d4f7fe7555d Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 24 Jun 2008 20:39:50 +0500 Subject: second commit --- tests2/php-markdown-cases-new/Emphasis.html | 160 ++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 tests2/php-markdown-cases-new/Emphasis.html (limited to 'tests2/php-markdown-cases-new/Emphasis.html') diff --git a/tests2/php-markdown-cases-new/Emphasis.html b/tests2/php-markdown-cases-new/Emphasis.html new file mode 100644 index 0000000..85a532d --- /dev/null +++ b/tests2/php-markdown-cases-new/Emphasis.html @@ -0,0 +1,160 @@ +

Combined emphasis: +

+ +
    +
  1. +test test +
  2. +
  3. +test test +
  4. +
  5. +test test +
  6. +
  7. +test test +
  8. +
  9. +test test +
  10. +
  11. +test test +
  12. +
  13. +test test +
  14. +
  15. +test test +
  16. +
  17. +test test +
  18. +
  19. +test test +
  20. +
  21. +test test +
  22. +
  23. +test test +
  24. +
  25. +test test +
  26. +
  27. +test test +
  28. +
  29. +test test +
  30. +
  31. +test test +
  32. +
+ +

Incorrect nesting: +

+ +
    +
  1. +*test test* test +
  2. +
  3. +_test test_ test +
  4. +
  5. +**test test* test* +
  6. +
  7. +__test test_ test_ +
  8. +
  9. +test *test test* +
  10. +
  11. +test _test test_ +
  12. +
  13. +test test test +
  14. +
  15. +test test test +
  16. +
+ +

No emphasis: +

+ +
    +
  1. +test* test *test +
  2. +
  3. +test** test **test +
  4. +
  5. +test_ test _test +
  6. +
  7. +test__ test __test +
  8. +
+ +

Middle-word emphasis (asterisks): +

+ +
    +
  1. +ab +
  2. +
  3. +ab +
  4. +
  5. +abc +
  6. +
  7. +ab +
  8. +
  9. +ab +
  10. +
  11. +abc +
  12. +
+ +

Middle-word emphasis (underscore): +

+ +
    +
  1. +ab +
  2. +
  3. +ab +
  4. +
  5. +abc +
  6. +
  7. +ab +
  8. +
  9. +ab +
  10. +
  11. +abc +
  12. +
+ +

mypreciousfile.txt +

+ +

Tricky Cases

+ +

E**. Test TestTestTest +

+ +

E**. Test Test Test Test +

-- cgit v1.2.3