Fix sample
This commit is contained in:
parent
ac8479bf61
commit
2f475d711f
1 changed files with 1 additions and 1 deletions
2
3x5.js
2
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... <b>this</b> won't work.
|
||||
|
|
Loading…
Reference in a new issue