From 675513cebf5da335181d8d0ebe6c99815e0f6931 Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Wed, 26 Jul 2023 20:06:21 -0400 Subject: [PATCH] Update POC code/text --- 3x5.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/3x5.js b/3x5.js index d4f8d04..be13602 100644 --- a/3x5.js +++ b/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. + } `, };