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)...