Skip to content

Commit ecd3716

Browse files
committed
fix(markdown): avoid extracting headers in nested blocks by bumping mdit-vue (close #1201)
1 parent c688270 commit ecd3716

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

packages/markdown/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"clean": "rimraf dist"
3232
},
3333
"dependencies": {
34-
"@mdit-vue/plugin-component": "^0.11.1",
34+
"@mdit-vue/plugin-component": "^0.11.2",
3535
"@mdit-vue/plugin-frontmatter": "^0.11.1",
36-
"@mdit-vue/plugin-headers": "^0.11.1",
36+
"@mdit-vue/plugin-headers": "^0.11.2",
3737
"@mdit-vue/plugin-sfc": "^0.11.1",
38-
"@mdit-vue/plugin-title": "^0.11.1",
39-
"@mdit-vue/plugin-toc": "^0.11.1",
40-
"@mdit-vue/shared": "^0.11.0",
38+
"@mdit-vue/plugin-title": "^0.11.2",
39+
"@mdit-vue/plugin-toc": "^0.11.2",
40+
"@mdit-vue/shared": "^0.11.2",
4141
"@mdit-vue/types": "^0.11.0",
4242
"@types/markdown-it": "^12.2.3",
4343
"@types/markdown-it-emoji": "^2.0.2",

pnpm-lock.yaml

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)