|
|
@@ -330,4 +330,15 @@ reads further.
|
|
|
|
|
|
In HTML, they all will be embedded. User should click to play them, sadly.
|
|
|
|
|
|
+### 3.2.8 Commentary chunk
|
|
|
+
|
|
|
+In Markdown, we have quotes with this kind of syntax:
|
|
|
+
|
|
|
+```markdown
|
|
|
+1 >This is a quote!
|
|
|
+```
|
|
|
+
|
|
|
+In Vinora Screenplay, they are used as comments. Parser will ignore it,
|
|
|
+unless he's working in `DEBUG` mode.
|
|
|
+
|
|
|
## 3.3 Inline parser
|