/test/marks/ok/raw.html
http://txt2tags.googlecode.com/ · HTML · 51 lines · 40 code · 11 blank · 0 comment · 0 complexity · 3052ce061540e4a8d1e09d2d4dddc483 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <META NAME="generator" CONTENT="http://txt2tags.org">
- </HEAD><BODY BGCOLOR="white" TEXT="black">
- <CENTER>
- </CENTER>
- <H2>Syntax: A single line</H2>
- A raw line.
- <H2>Syntax: A single line with leading spaces</H2>
- Another raw line, with leading spaces.
- <H2>Syntax: Area (block)</H2>
- A raw area delimited
- by lines with marks.
- <H2>Syntax: Area (block) with trailing spaces</H2>
- Trailing spaces and TABs after the area marks
- are allowed, but not encouraged nor documented.
- <H2>Invalid: No space between mark and contents</H2>
- <P>
- """Not a raw line, need one space after mark.
- </P>
- <H2>Invalid: Leading spaces on block marks</H2>
- <P>
- """
- Not a raw area.
- The marks must be at the line beginning,
- no leading spaces.
- """
- </P>
- <H2>Closing: EOF closes the open block</H2>
- The end of the file (EOF) closes
- the currently open raw area.
- <!-- html code generated by txt2tags (http://txt2tags.org) -->
- <!-- cmdline: txt2tags -q -\-no-rc -C config -o raw.html verbatim.t2t -->
- </BODY></HTML>