From 9275d018990770e6977555e3146bea545c9b26af Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 23 Sep 2023 20:19:11 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- v2/pwiki/parser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2/pwiki/parser.js b/v2/pwiki/parser.js index e8198bc..9576c70 100755 --- a/v2/pwiki/parser.js +++ b/v2/pwiki/parser.js @@ -347,6 +347,8 @@ module.BaseParser = { yield str } macro = true } } }, + // NOTE: so as to avod cluterring the main parser flow the macros are + // defined separtly below... macros: undefined, // Group block elements (generator)...