Document markup and improve choice tags
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ This means:
|
||||
|
||||
All engines author tags using the same `key[value]` bracket convention. For Ink this maps directly to native `# key[value]` tags. For YAML and Z-Code the server synthesises equivalent tag objects.
|
||||
|
||||
Ink choice text uses square brackets for its own display/control syntax. For choice-local tags, the integration therefore also accepts the prototype form `# key: value` and normalises it to the same structured tag object. Prefer `# letter: o` and `# action: examine` on choices when inkjs treats bracketed tags as choice text.
|
||||
Ink choice text uses square brackets for its own display/control syntax, but choice-local tags still use the normal tag syntax on their own tag lines below the choice. The currently implemented parser accepts `# letter[o]` and `# action[examine]`; the earlier prototype-style `# key: value` notation is not part of the active syntax.
|
||||
|
||||
| Tag | Scope | Meaning |
|
||||
|---|---|---|
|
||||
|
||||
Reference in New Issue
Block a user