Contents
Previous
Next
- Description: Used to send text directly to the output, no
parsing or escaping is made by txt2tags.
- Properties: !Multiline, !FreeSpaces, !Align, !Nesting
- Contains: -
- Syntax: Tagged:
- Two apostrophes around,
''like this''
- Marks glued with the contents (no spaces)
- Syntax: Tagged Line:
- A line beginning with 3 consecutive apostrophes,
''' like this
- The apostrophes must be at the start of the line, no spaces before
- Use a space after the apostrophes to separate them from the text
- Syntax: Tagged Area:
- A line with exactly 3 consecutive apostrophes, followed by text
lines, followed by another line with exactly 3 consecutive apostrophes
- NO spaces allowed before or after the marks
- Details:
- Marks are NOT interpreted
- Macros are NOT interpreted
- If the end of the source file (EOF) is hit, the opened Tagged Area
is closed
- Use this mark to insert target code. For example, in HTML you could
use it to insert manual line breaks
''<br>''
, custom DIVs
''<div id="myfooter">''
or even full blocks of code, like the
Google Analytics tracking code.
Contents
Previous
Next