mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 14:10:27 -04:00
[Docs] Fixed JSON snafu.
This commit is contained in:
parent
ac5276c4db
commit
dabc9ccde5
1 changed files with 2 additions and 2 deletions
|
@ -82,11 +82,11 @@ The three tags are: alfa, bravo, charlie.
|
|||
Mostly likely to come from decompiling Twine 2 or Twine 1 compiled HTML files.
|
||||
|
||||
```
|
||||
:: A passage with no tags {"position"="860,401"}
|
||||
:: A passage with no tags {"position":"860,401"}
|
||||
Content of the "A passage with no tags" passage.
|
||||
|
||||
|
||||
:: A tagged passage with three tags [alfa bravo charlie] {"position"="860,530"}
|
||||
:: A tagged passage with three tags [alfa bravo charlie] {"position":"860,530"}
|
||||
Content of the "A tagged passage with three tags" passage.
|
||||
The three tags are: alfa, bravo, charlie.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue