Good First Issuebug
倉庫指標
- 星標
- (21,509 顆星)
- 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>