File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
docsify extends Markdown syntax to make your documents more readable.
4
4
5
- > Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis.
5
+ > Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis.
6
6
7
7
## important content
8
8
@@ -70,7 +70,7 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
70
70
Only when you both set the ` routerMode: 'history' ` and ` externalLinkTarget: '_self' ` , you need add this configuration for those Cross-Origin links.
71
71
72
72
``` md
73
- [example.com](https://example.com/ ':crossorgin')
73
+ [example.com](https://example.com/ ':crossorgin')
74
74
```
75
75
76
76
## Github Task Lists
@@ -124,7 +124,7 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se
124
124
## Customise ID for headings
125
125
126
126
``` md
127
- ### 你好,世界! :id=hello-world
127
+ ### Hello, world! :id=hello-world
128
128
```
129
129
130
130
## Markdown in html tag
You can’t perform that action at this time.
0 commit comments