diff --git a/docs/plugins/markdown/markdown-ext.md b/docs/plugins/markdown/markdown-ext.md index 0b1ba788ce..58f1f70206 100644 --- a/docs/plugins/markdown/markdown-ext.md +++ b/docs/plugins/markdown/markdown-ext.md @@ -174,7 +174,7 @@ You can use any mustache syntax as raw text in `v-pre` container: - Footnote - Task list - Note, all behavior is not exactly the same as GitHub Flavored Markdown. + Note: Not all behavior is exactly the same as GitHub Flavored Markdown. ### footnote @@ -185,10 +185,10 @@ You can use any mustache syntax as raw text in `v-pre` container: ### tasklist -- Type: `TaskListOptions | boolean` +- Type: `MarkdownItTaskListOptions | boolean` ```ts - interface TaskListOptions { + interface MarkdownItTaskListOptions { /** * Whether disable checkbox * diff --git a/docs/zh/plugins/markdown/markdown-ext.md b/docs/zh/plugins/markdown/markdown-ext.md index 8f984ad3aa..abb45707dc 100644 --- a/docs/zh/plugins/markdown/markdown-ext.md +++ b/docs/zh/plugins/markdown/markdown-ext.md @@ -174,7 +174,7 @@ type: tip - 脚注 - 任务列表 - 请注意,所有行为并不完全与 GitHub Flavored Markdown 相同。 + 请注意,一些行为可能和 GitHub Flavored Markdown 不同。 ### footnote @@ -185,10 +185,10 @@ type: tip ### tasklist -- 类型:`TaskListOptions | boolean` +- 类型:`MarkdownItTaskListOptions | boolean` ```ts - interface TaskListOptions { + interface MarkdownItTaskListOptions { /** * 是否禁用 checkbox *