|
|
@@ -341,4 +341,13 @@ In Markdown, we have quotes with this kind of syntax:
|
|
|
In Vinora Screenplay, they are used as comments. Parser will ignore it,
|
|
|
unless he's working in `DEBUG` mode.
|
|
|
|
|
|
+### 3.2.9 Directive chunk
|
|
|
+
|
|
|
+Right now it's only used to change display mode from/to NVL/ADV.
|
|
|
+Syntax is double curlies:
|
|
|
+
|
|
|
+```markdown
|
|
|
+1 {{NVL}}
|
|
|
+```
|
|
|
+
|
|
|
## 3.3 Inline parser
|