From 2f475d711fc7eca333784f1c8631d878a73ee38e Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Fri, 28 Jul 2023 18:48:09 -0400 Subject: [PATCH] Fix sample --- 3x5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3x5.js b/3x5.js index d7413f1..1e1dd67 100644 --- a/3x5.js +++ b/3x5.js @@ -37,7 +37,7 @@ let theCard = { id: 100, fields: {}, code: String.raw` - h1 Hello, World! + h1 "Hello, World!" para [2 + 2] block { This is a paragraph of text, with one [b bold] word. Yes, this means there has to be some magic in text processing... this won't work.