/test/nesting/ok/quote.html

http://txt2tags.googlecode.com/ · HTML · 124 lines · 108 code · 16 blank · 0 comment · 0 complexity · adc9add4679611b6c566c11c603ee03a MD5 · raw file

  1. <H2>Nesting: Title inside is plain text</H2>
  2. <BLOCKQUOTE>
  3. Line 1.
  4. = No title tags here. =
  5. Line 3.
  6. </BLOCKQUOTE>
  7. <H2>Nesting: Paragraph inside is parsed</H2>
  8. <BLOCKQUOTE>
  9. Line 1.
  10. Line 2.
  11. Line 3.
  12. </BLOCKQUOTE>
  13. <H2>Nesting: Macro inside is parsed</H2>
  14. <BLOCKQUOTE>
  15. Line 1.
  16. Line 2.
  17. Line 3.
  18. </BLOCKQUOTE>
  19. <H2>Nesting: Line inside is parsed</H2>
  20. <BLOCKQUOTE>
  21. Line 1.
  22. <HR NOSHADE SIZE=1>
  23. Line 3.
  24. </BLOCKQUOTE>
  25. <H2>Nesting: Comment Line inside is plain text</H2>
  26. <BLOCKQUOTE>
  27. Line 1.
  28. % You're seeing this.
  29. Line 3.
  30. </BLOCKQUOTE>
  31. <H2>Nesting: Comment Block inside is plain text</H2>
  32. <BLOCKQUOTE>
  33. Line 1.
  34. %%%
  35. You're seeing this.
  36. %%%
  37. Line 3.
  38. </BLOCKQUOTE>
  39. <H2>Nesting: Raw Line inside is plain text</H2>
  40. <BLOCKQUOTE>
  41. Line 1.
  42. """ No raw here.
  43. Line 3.
  44. </BLOCKQUOTE>
  45. <H2>Nesting: Raw Block inside is plain text</H2>
  46. <BLOCKQUOTE>
  47. Line 1.
  48. """
  49. No raw here.
  50. """
  51. Line 3.
  52. </BLOCKQUOTE>
  53. <H2>Nesting: Verbatim Line inside is plain text</H2>
  54. <BLOCKQUOTE>
  55. Line 1.
  56. ``` No verbatim line here.
  57. Line 3.
  58. </BLOCKQUOTE>
  59. <H2>Nesting: Verbatim Block inside is plain text</H2>
  60. <BLOCKQUOTE>
  61. Line 1.
  62. ```
  63. No verbatim here.
  64. ```
  65. Line 3.
  66. </BLOCKQUOTE>
  67. <H2>Nesting: List inside is plain text</H2>
  68. <BLOCKQUOTE>
  69. Line 1.
  70. - No list tags here.
  71. -
  72. Line 3.
  73. </BLOCKQUOTE>
  74. <H2>Nesting: Numbered List inside is plain text</H2>
  75. <BLOCKQUOTE>
  76. Line 1.
  77. + No numbered list tags here.
  78. +
  79. Line 3.
  80. </BLOCKQUOTE>
  81. <H2>Nesting: Definition List inside is plain text</H2>
  82. <BLOCKQUOTE>
  83. Line 1.
  84. : No definition term tags here.
  85. No definition definition tags here.
  86. :
  87. Line 3.
  88. </BLOCKQUOTE>
  89. <H2>Nesting: Table inside is plain text</H2>
  90. <BLOCKQUOTE>
  91. Line 1.
  92. | No table here.
  93. Line 3.
  94. </BLOCKQUOTE>