mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +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,
|
depends,
|
||||||
renderer: state.renderer,
|
renderer: state.renderer,
|
||||||
}
|
}
|
||||||
// XXX this is ugly, can we avoid this???
|
|
||||||
yield this.__parser__.parse(page,
|
yield this.__parser__.parse(page,
|
||||||
this.__parser__.expand(page,
|
this.__parser__.expand(page,
|
||||||
text, _state), _state)
|
text, _state), _state)
|
||||||
} else {
|
} else {
|
||||||
|
console.log('---', state.slots)
|
||||||
yield this.__parser__.expand(page, text, state) } }
|
yield this.__parser__.expand(page, text, state) } }
|
||||||
// else...
|
// else...
|
||||||
if(first
|
if(first
|
||||||
|
|||||||
@ -18,8 +18,6 @@
|
|||||||
* - CLI -
|
* - CLI -
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* XXX macro: bug: see /NamedMacroTest...
|
|
||||||
* XXX macro: should isolated and other args be inherited???
|
|
||||||
* XXX macro: should macro isolation be one-directional???
|
* XXX macro: should macro isolation be one-directional???
|
||||||
* ...i.e. iterations see/overload things defined above but
|
* ...i.e. iterations see/overload things defined above but
|
||||||
* can not affect the above context...
|
* can not affect the above context...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user