/test/marks/ok/raw.html
HTML | 51 lines | 40 code | 11 blank | 0 comment | 0 complexity | 3052ce061540e4a8d1e09d2d4dddc483 MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<HTML> 3<HEAD> 4<META NAME="generator" CONTENT="http://txt2tags.org"> 5</HEAD><BODY BGCOLOR="white" TEXT="black"> 6<CENTER> 7</CENTER> 8 9 10<H2>Syntax: A single line</H2> 11 12A raw line. 13 14<H2>Syntax: A single line with leading spaces</H2> 15 16 Another raw line, with leading spaces. 17 18<H2>Syntax: Area (block)</H2> 19 20A raw area delimited 21 by lines with marks. 22 23<H2>Syntax: Area (block) with trailing spaces</H2> 24 25Trailing spaces and TABs after the area marks 26are allowed, but not encouraged nor documented. 27 28<H2>Invalid: No space between mark and contents</H2> 29 30<P> 31"""Not a raw line, need one space after mark. 32</P> 33 34<H2>Invalid: Leading spaces on block marks</H2> 35 36<P> 37 """ 38 Not a raw area. 39 The marks must be at the line beginning, 40 no leading spaces. 41 """ 42</P> 43 44<H2>Closing: EOF closes the open block</H2> 45 46The end of the file (EOF) closes 47the currently open raw area. 48 49<!-- html code generated by txt2tags (http://txt2tags.org) --> 50<!-- cmdline: txt2tags -q -\-no-rc -C config -o raw.html verbatim.t2t --> 51</BODY></HTML>