Update demo

This commit is contained in:
Tangent Wantwight 2023-11-20 23:00:19 -05:00
parent 68fd85507d
commit 33f07feb3d
1 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ button "Hello" -onClick {
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.
This is a paragraph of text, with one [b bold] word. There is some magic in text processing! <b>This</b> won't work.
}
block -red "Beware!"
para "All text should be quoted, it's clearer that way. & blockquotes already should contain paragraphs. (maybe normalize nested paragraphs)"
@ -73,11 +73,11 @@ block {
} {
Second block
Is this markdown-parsed?
Is this markdown?
[button "No we want to render UI" \\{noop}]
[button "No; we want to render UI" -onClick {}]
} {
Since we want escapes to work, these blocks [i will] be subject to substitutions, maybe via a relaxed bareWordTmpl.
These blocks [i are] subject to command and (eventually) variable substitutions, with a custom parser rule.
}
# A comment
para {