Good First Issuebug
仓库指标
- Star
- (21,509 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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>