diff --git a/pwiki/parser.js b/pwiki/parser.js index 5ecfdd1..56155e3 100755 --- a/pwiki/parser.js +++ b/pwiki/parser.js @@ -124,6 +124,9 @@ module.BaseParser = { '<\\s*pwiki-comment[^>]*>.*?<\\/\\s*pwiki-comment\\s*>', // '<\\s*pwiki-comment[^\\/>]*\\/>', + + // html comments... + '', ].join('|') +')', 'smig'),