We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1e12f commit 6978a7aCopy full SHA for 6978a7a
packages/plugins/preset-commonmark/src/mark/inline-code.ts
@@ -22,7 +22,6 @@ withMeta(inlineCodeAttr, {
22
export const inlineCodeSchema = $markSchema('inlineCode', (ctx) => ({
23
priority: 100,
24
code: true,
25
- inclusive: false,
26
parseDOM: [{ tag: 'code' }],
27
toDOM: (mark) => ['code', ctx.get(inlineCodeAttr.key)(mark)],
28
parseMarkdown: {
0 commit comments