batiste / pug-vdom

PUG template to HyperScript Virtual DOM
MIT License
18 stars 6 forks source link

Test unamed block in mixins as well as the yield keyword in includes #10

Closed batiste closed 6 years ago

batiste commented 6 years ago

https://pugjs.org/language/mixins.html#mixin-blocks

Somewhat a undocumented feature https://github.com/pugjs/pug/issues/642

batiste commented 6 years ago

This is done for the mixin block.

As the yield is not documented, I would postpone the implementation