/test/crossing/ok/deflist.html

http://txt2tags.googlecode.com/ · HTML · 143 lines · 104 code · 39 blank · 0 comment · 0 complexity · 538d62595bea9ca0b041b393447ef5f9 MD5 · raw file

  1. <H2>Crossing: Title is plain text</H2>
  2. <DL>
  3. <DT>Line 1.</DT><DD>
  4. = No title tags here. =
  5. <DT>Line 3.</DT><DD>
  6. </DL>
  7. <H2>Crossing: Paragraph is plain text</H2>
  8. <DL>
  9. <DT>Line 1.</DT><DD>
  10. Line 2.
  11. <DT>Line 3.</DT><DD>
  12. </DL>
  13. <H2>Crossing: Macro is parsed inside</H2>
  14. <DL>
  15. <DT>Line 1.</DT><DD>
  16. Line 2.
  17. <DT>Line 3.</DT><DD>
  18. </DL>
  19. <H2>Crossing: Command is parsed inside</H2>
  20. <DL>
  21. <DT>Line 1.</DT><DD>
  22. included
  23. <DT>Line 3.</DT><DD>
  24. </DL>
  25. <H2>Crossing: Line closes it (since r42)</H2>
  26. <DL>
  27. <DT>Line 1.</DT><DD>
  28. </DL>
  29. <HR NOSHADE SIZE=1>
  30. <DL>
  31. <DT>Line 3.</DT><DD>
  32. </DL>
  33. <H2>Crossing: Comment Line is ignored</H2>
  34. <DL>
  35. <DT>Line 1.</DT><DD>
  36. <DT>Line 3.</DT><DD>
  37. </DL>
  38. <H2>Crossing: Comment Block is ignored</H2>
  39. <DL>
  40. <DT>Line 1.</DT><DD>
  41. <DT>Line 3.</DT><DD>
  42. </DL>
  43. <H2>Crossing: Raw Line is parsed inside</H2>
  44. <DL>
  45. <DT>Line 1.</DT><DD>
  46. Raw line
  47. <DT>Line 3.</DT><DD>
  48. </DL>
  49. <H2>Crossing: Raw Block is parsed inside</H2>
  50. <DL>
  51. <DT>Line 1.</DT><DD>
  52. Raw block
  53. <DT>Line 3.</DT><DD>
  54. </DL>
  55. <H2>Crossing: Tagged Line is parsed inside</H2>
  56. <DL>
  57. <DT>Line 1.</DT><DD>
  58. Tagged line
  59. <DT>Line 3.</DT><DD>
  60. </DL>
  61. <H2>Crossing: Tagged Block is parsed inside</H2>
  62. <DL>
  63. <DT>Line 1.</DT><DD>
  64. Tagged block
  65. <DT>Line 3.</DT><DD>
  66. </DL>
  67. <H2>Crossing: Verbatim Line is parsed inside</H2>
  68. <DL>
  69. <DT>Line 1.</DT><DD>
  70. <PRE>
  71. Verbatim line
  72. </PRE>
  73. <DT>Line 3.</DT><DD>
  74. </DL>
  75. <H2>Crossing: Verbatim Block is parsed inside</H2>
  76. <DL>
  77. <DT>Line 1.</DT><DD>
  78. <PRE>
  79. Verbatim block
  80. </PRE>
  81. <DT>Line 3.</DT><DD>
  82. </DL>
  83. <H2>Crossing: Quote closes it</H2>
  84. <DL>
  85. <DT>Line 1.</DT><DD>
  86. </DL>
  87. <BLOCKQUOTE>
  88. Closed
  89. </BLOCKQUOTE>
  90. <DL>
  91. <DT>Line 3.</DT><DD>
  92. </DL>
  93. <H2>Crossing: Table closes it</H2>
  94. <DL>
  95. <DT>Line 1.</DT><DD>
  96. </DL>
  97. <TABLE CELLPADDING="4">
  98. <TR>
  99. <TD>Closed</TD>
  100. </TR>
  101. </TABLE>
  102. <DL>
  103. <DT>Line 3.</DT><DD>
  104. </DL>