Minor tweaks to the ISD readme
This commit is contained in:
parent
ce82a4ca0e
commit
f2887a3431
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
- **File Format:** `.isd`
|
- **File Format:** `.isd`
|
||||||
|
|
||||||
The Interactive Story Draft (ISD) format is a intermediate language designed for drafting interactive fiction before implementation in Twine’s Harlowe or similar engines. It allows authors to structure branching narratives, define conditions, and track variables efficiently.
|
The Interactive Story Draft (ISD) format is a story format language designed for drafting interactive fiction before implementation in Twine’s Harlowe or similar engines. It allows authors to structure branching narratives, define conditions, and track variables efficiently.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Specifications
|
## Specifications
|
||||||
|
|
||||||
1. **Passages:**
|
1. **Passages:**
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ The Interactive Story Draft (ISD) format is a intermediate language designed for
|
||||||
- **Syntax:** `''italic''`, `'''bold'''`, `^^superscript^^`, `~~subscript~~`
|
- **Syntax:** `''italic''`, `'''bold'''`, `^^superscript^^`, `~~subscript~~`
|
||||||
- **Description:** Applies basic text formatting.
|
- **Description:** Applies basic text formatting.
|
||||||
|
|
||||||
### Usage
|
## Example
|
||||||
|
|
||||||
```
|
```
|
||||||
:: Introduction
|
:: Introduction
|
||||||
|
|
Loading…
Add table
Reference in a new issue