Skip to content

Commit

Permalink
docs(plugin-markdown-ext): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Nov 27, 2024
1 parent 04b856d commit a4e0829
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/plugins/markdown/markdown-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
*
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/plugins/markdown/markdown-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ type: tip
- 脚注
- 任务列表

请注意,所有行为并不完全与 GitHub Flavored Markdown 相同
请注意,一些行为可能和 GitHub Flavored Markdown 不同

### footnote

Expand All @@ -185,10 +185,10 @@ type: tip

### tasklist

- 类型:`TaskListOptions | boolean`
- 类型:`MarkdownItTaskListOptions | boolean`

```ts
interface TaskListOptions {
interface MarkdownItTaskListOptions {
/**
* 是否禁用 checkbox
*
Expand Down

0 comments on commit a4e0829

Please sign in to comment.