Good First Issuebug
説明
The following does not work. The block does not expand. (Interestingly, it does with pug-php.
mixin a()
span somehting #[block]
+a()
b text
exptected:
<span>something <b>text</b></span>
The following does not work. The block does not expand. (Interestingly, it does with pug-php.
mixin a()
span somehting #[block]
+a()
b text
exptected:
<span>something <b>text</b></span>