Update POC code/text

This commit is contained in:
Tangent Wantwight 2023-07-26 20:06:21 -04:00
parent 59b17d67c9
commit 675513cebf

13
3x5.js
View file

@ -19,7 +19,18 @@ let theCard = {
This is a paragraph of text, with one [b bold] word. Yes, this means there has to be some magic in text processing...
}
block -red "Beware!"
block Wait, how do we distinguish a \{\} long string (text to put in a block) from a code block (with commands whose output goes in a block?)
para "All text should be quoted, it's clearer that way. & blockquotes already should contain paragraphs. (maybe normalize nested paragraphs)"
block {
First block
} {
Second block
Is this markdown-parsed?
[button "No we want to render UI" {noop}]
} {
Since we want escapes to work, these blocks [i will] be subject to substitutions.
}
`,
};