diff --git a/docs/core/twee-notation.md b/docs/core/twee-notation.md index 851f35e..cdf9ef9 100644 --- a/docs/core/twee-notation.md +++ b/docs/core/twee-notation.md @@ -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. ```