/test/nesting/ok/quote.html
http://txt2tags.googlecode.com/ · HTML · 124 lines · 108 code · 16 blank · 0 comment · 0 complexity · adc9add4679611b6c566c11c603ee03a MD5 · raw file
- <H2>Nesting: Title inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- = No title tags here. =
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Paragraph inside is parsed</H2>
- <BLOCKQUOTE>
- Line 1.
- Line 2.
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Macro inside is parsed</H2>
- <BLOCKQUOTE>
- Line 1.
- Line 2.
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Line inside is parsed</H2>
- <BLOCKQUOTE>
- Line 1.
-
- <HR NOSHADE SIZE=1>
-
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Comment Line inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- % You're seeing this.
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Comment Block inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- %%%
- You're seeing this.
- %%%
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Raw Line inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- """ No raw here.
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Raw Block inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- """
- No raw here.
- """
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Verbatim Line inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- ``` No verbatim line here.
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Verbatim Block inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- ```
- No verbatim here.
- ```
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: List inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- - No list tags here.
- -
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Numbered List inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- + No numbered list tags here.
- +
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Definition List inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- : No definition term tags here.
- No definition definition tags here.
- :
- Line 3.
- </BLOCKQUOTE>
- <H2>Nesting: Table inside is plain text</H2>
- <BLOCKQUOTE>
- Line 1.
- | No table here.
- Line 3.
- </BLOCKQUOTE>