Fix sample

This commit is contained in:
Tangent Wantwight 2023-07-28 18:48:09 -04:00
parent ac8479bf61
commit 2f475d711f

2
3x5.js
View file

@ -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... <b>this</b> won't work.