Skip to content

Commit 42b9f9b

Browse files
committed
fix(stringify): whitespace between :br and texts
1 parent e2a7c43 commit 42b9f9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/runtime/stringify/mdc-remark.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ const mdcRemarkHandlers: Record<string, (state: State, node: Parents) => unknown
307307
return {
308308
type: 'textComponent',
309309
name: 'br',
310-
attributes: node.properties,
311-
children: state.toFlow(state.all(node))
310+
attributes: node.properties
312311
}
313312
}
314313
}

0 commit comments

Comments
 (0)