From c41141421279259c74ce9fa2bd4ff998aadc6619 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 25 Jul 2026 01:56:54 +0300 Subject: [PATCH] filters still buggy... Signed-off-by: Alex A. Naanou --- v3/pwiki/parser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v3/pwiki/parser.js b/v3/pwiki/parser.js index 125cd24..a16333e 100644 --- a/v3/pwiki/parser.js +++ b/v3/pwiki/parser.js @@ -1045,6 +1045,8 @@ module.parser = { // // | - // + // XXX BUG why is the 2nd filter a promise???? + // 'aaa moo bbb' // XXX should we include the global filters (current) or exclude // them by default??? // XXX BUG: async body breaks nested filters...