Skip to content

Commit 9c4e02b

Browse files
committed
chore: update readme
1 parent 0cd4aaa commit 9c4e02b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ Edit markdown in a WYSIWYG way, powered by [milkdown](https://saul-mirone.github
2828
- Tooltip bar
2929
- Math support
3030

31+
### Set as Default
32+
33+
If you want to use milkdown as your default markdown, you can add this config into your settings:
34+
35+
```json
36+
"workbench.editorAssociations": {
37+
"*.md": "milkdown.editor"
38+
}
39+
```
40+
3141
# Contributor
3242

3343
<a title="Saul Mirone" href="https://github.com/Saul-Mirone"><img src="https://avatars.githubusercontent.com/u/10047788?v=4" width="100" alt="profile picture of Saul Mirone"></a>

0 commit comments

Comments
 (0)