diff --git a/pwiki/page.js b/pwiki/page.js index dda0560..1472c99 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -1011,6 +1011,8 @@ object.Constructor('Page', BasePage, { src = await base.parse(src, state) var join = _getBlock('join') + join = join + && await base.parse(join, state) // expand matches... var first = true