Update POC code/text
This commit is contained in:
parent
59b17d67c9
commit
675513cebf
1 changed files with 12 additions and 1 deletions
13
3x5.js
13
3x5.js
|
@ -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.
|
||||
}
|
||||
`,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue