Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Sep 17, 2023
1 parent 406775f commit 0ddb405
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,12 @@ npm install remark-emoji -D

配置中启用:

<!-- prettier-ignore -->
```ts {4} | pure
// .dumirc.ts
export default {
extraRemarkPlugins: [
[
'remark-emoji',
{
/* options */
},
],
['remark-emoji', { /* options */}]
],
};
```

0 comments on commit 0ddb405

Please sign in to comment.