PageRenderTime 14ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/test/marks/ok/paragraph.html

http://txt2tags.googlecode.com/
HTML | 40 lines | 28 code | 10 blank | 2 comment | 0 complexity | bb73b712111e0a49c7efb362173055bb MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, WTFPL
  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: Lines grouped together</H2>
  9. <P>
  10. A paragraph is composed by one or more lines.
  11. A blank line (or a table, or a list) ends the
  12. current paragraph.
  13. </P>
  14. <H2>Syntax: Leading and trailing spaces are ignored</H2>
  15. <P>
  16. Leading and trailing spaces are ignored.
  17. </P>
  18. <H2>Syntax: A comment don't close a paragraph</H2>
  19. <P>
  20. A comment line can be placed inside a paragraph.
  21. It will not affect it.
  22. </P>
  23. <H2>Closing: EOF closes the open paragraph</H2>
  24. <P>
  25. The end of the file (EOF) closes the
  26. currently open paragraph.
  27. </P>
  28. <!-- html code generated by txt2tags (http://txt2tags.org) -->
  29. <!-- cmdline: txt2tags -q -\-no-rc paragraph.t2t -->
  30. </BODY></HTML>