Merge branch 'master' of github.com:flynx/pWiki

This commit is contained in:
Alex A. Naanou 2023-02-05 23:02:39 +03:00
commit 2220cdf5ad

View File

@ -438,7 +438,7 @@ module.BaseParser = {
// the ast is constructed the other should be part of the ast... // the ast is constructed the other should be part of the ast...
// XXX ASYNC this does not yet work as a replacement for .expand(..), // XXX ASYNC this does not yet work as a replacement for .expand(..),
// not sure why... // not sure why...
// ...seems that this breaks how slots are handled... // ...seems that this breaks how slots and vars are handled...
// to reproduce: // to reproduce:
// new code: // new code:
// await p.pwiki.parse('<slot moo/>!!! <slot moo>moo</slot>') // await p.pwiki.parse('<slot moo/>!!! <slot moo>moo</slot>')