/test/crossing/ok/deflist.html
http://txt2tags.googlecode.com/ · HTML · 143 lines · 104 code · 39 blank · 0 comment · 0 complexity · 538d62595bea9ca0b041b393447ef5f9 MD5 · raw file
- <H2>Crossing: Title is plain text</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- = No title tags here. =
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Paragraph is plain text</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- Line 2.
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Macro is parsed inside</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- Line 2.
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Command is parsed inside</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- included
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Line closes it (since r42)</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- </DL>
- <HR NOSHADE SIZE=1>
- <DL>
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Comment Line is ignored</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Comment Block is ignored</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Raw Line is parsed inside</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- Raw line
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Raw Block is parsed inside</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- Raw block
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Tagged Line is parsed inside</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- Tagged line
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Tagged Block is parsed inside</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- Tagged block
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Verbatim Line is parsed inside</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- <PRE>
- Verbatim line
- </PRE>
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Verbatim Block is parsed inside</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- <PRE>
- Verbatim block
- </PRE>
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Quote closes it</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- </DL>
- <BLOCKQUOTE>
- Closed
- </BLOCKQUOTE>
- <DL>
- <DT>Line 3.</DT><DD>
- </DL>
- <H2>Crossing: Table closes it</H2>
- <DL>
- <DT>Line 1.</DT><DD>
- </DL>
- <TABLE CELLPADDING="4">
- <TR>
- <TD>Closed</TD>
- </TR>
- </TABLE>
- <DL>
- <DT>Line 3.</DT><DD>
- </DL>