From dabc9ccde5456a24c8acc3a480d237941666e0e5 Mon Sep 17 00:00:00 2001 From: "Thomas M. Edwards" Date: Mon, 6 Apr 2020 17:06:11 -0500 Subject: [PATCH] [Docs] Fixed JSON snafu. --- docs/core/twee-notation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ```