Skip to content

Commit 6978a7a

Browse files
authored
fix: remove inline code mark inclusive config (#1771)
1 parent fe1e12f commit 6978a7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: packages/plugins/preset-commonmark/src/mark/inline-code.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ withMeta(inlineCodeAttr, {
2222
export const inlineCodeSchema = $markSchema('inlineCode', (ctx) => ({
2323
priority: 100,
2424
code: true,
25-
inclusive: false,
2625
parseDOM: [{ tag: 'code' }],
2726
toDOM: (mark) => ['code', ctx.get(inlineCodeAttr.key)(mark)],
2827
parseMarkdown: {

0 commit comments

Comments
 (0)