diff --git a/src/3x5.ts b/src/3x5.ts
index 07a4ba1..d3de229 100644
--- a/src/3x5.ts
+++ b/src/3x5.ts
@@ -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... this won't work.
+ This is a paragraph of text, with one [b bold] word. There is some magic in text processing! This 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 {