/test/marks/paragraph.t2t

http://txt2tags.googlecode.com/ · Unknown · 20 lines · 15 code · 5 blank · 0 comment · 0 complexity · 77047dbc1521ce2557955703201e52af MD5 · raw file

  1. %!includeconf: test.conf
  2. BODYINIT
  3. %%% Syntax: Lines grouped together
  4. A paragraph is composed by one or more lines.
  5. A blank line (or a table, or a list) ends the
  6. current paragraph.
  7. %%% Syntax: Leading and trailing spaces are ignored
  8. Leading and trailing spaces are ignored.
  9. %%% Syntax: A comment don't close a paragraph
  10. A comment line can be placed inside a paragraph.
  11. % this comment will be ignored
  12. It will not affect it.
  13. %%% Closing: EOF closes the open paragraph
  14. The end of the file (EOF) closes the
  15. currently open paragraph.