mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b5a8214263
commit
e580337407
@ -1444,11 +1444,11 @@ object.Constructor('Page', BasePage, {
|
||||
depends,
|
||||
renderer: state.renderer,
|
||||
}
|
||||
// XXX this is ugly, can we avoid this???
|
||||
yield this.__parser__.parse(page,
|
||||
this.__parser__.expand(page,
|
||||
text, _state), _state)
|
||||
} else {
|
||||
console.log('---', state.slots)
|
||||
yield this.__parser__.expand(page, text, state) } }
|
||||
// else...
|
||||
if(first
|
||||
|
||||
@ -18,8 +18,6 @@
|
||||
* - CLI -
|
||||
*
|
||||
*
|
||||
* XXX macro: bug: see /NamedMacroTest...
|
||||
* XXX macro: should isolated and other args be inherited???
|
||||
* XXX macro: should macro isolation be one-directional???
|
||||
* ...i.e. iterations see/overload things defined above but
|
||||
* can not affect the above context...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user