/test/marks/ok/raw.html

http://txt2tags.googlecode.com/ · 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. <H2>Syntax: A single line</H2>
  9. A raw line.
  10. <H2>Syntax: A single line with leading spaces</H2>
  11. Another raw line, with leading spaces.
  12. <H2>Syntax: Area (block)</H2>
  13. A raw area delimited
  14. by lines with marks.
  15. <H2>Syntax: Area (block) with trailing spaces</H2>
  16. Trailing spaces and TABs after the area marks
  17. are allowed, but not encouraged nor documented.
  18. <H2>Invalid: No space between mark and contents</H2>
  19. <P>
  20. """Not a raw line, need one space after mark.
  21. </P>
  22. <H2>Invalid: Leading spaces on block marks</H2>
  23. <P>
  24. """
  25. Not a raw area.
  26. The marks must be at the line beginning,
  27. no leading spaces.
  28. """
  29. </P>
  30. <H2>Closing: EOF closes the open block</H2>
  31. The end of the file (EOF) closes
  32. the currently open raw area.
  33. <!-- html code generated by txt2tags (http://txt2tags.org) -->
  34. <!-- cmdline: txt2tags -q -\-no-rc -C config -o raw.html verbatim.t2t -->
  35. </BODY></HTML>