Contents
Previous
Next
- Description: Used to insert programming codes or other
pre-formatted text, preserving spacing and line breaks, and using a
monospaced font
- Properties: Multiline, !FreeSpaces, !Align, !Nesting
- Contains: -
- Syntax: Verbatim Line:
- A line beginning with 3 consecutive backquotes, followed by a space,
followed by the text,
""`
"" like this``
- The backquotes must be at the start of the line, no spaces before
- Syntax: Verbatim Area:
- A line with exactly 3 consecutive backquotes
```
,
followed by text lines, followed by another line with exactly 3
consecutive backquotes ```
- 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 Verbatim Area
is closed
Contents
Previous
Next