/test/marks/paragraph.t2t
http://txt2tags.googlecode.com/ · Unknown · 20 lines · 15 code · 5 blank · 0 comment · 0 complexity · 77047dbc1521ce2557955703201e52af MD5 · raw file
- %!includeconf: test.conf
- BODYINIT
- %%% Syntax: Lines grouped together
- A paragraph is composed by one or more lines.
- A blank line (or a table, or a list) ends the
- current paragraph.
- %%% Syntax: Leading and trailing spaces are ignored
- Leading and trailing spaces are ignored.
- %%% Syntax: A comment don't close a paragraph
- A comment line can be placed inside a paragraph.
- % this comment will be ignored
- It will not affect it.
- %%% Closing: EOF closes the open paragraph
- The end of the file (EOF) closes the
- currently open paragraph.