File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33docsify extends Markdown syntax to make your documents more readable.
44
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.
66
77## important content
88
@@ -70,7 +70,7 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
7070Only when you both set the ` routerMode: 'history' ` and ` externalLinkTarget: '_self' ` , you need add this configuration for those Cross-Origin links.
7171
7272``` md
73- [example.com](https://example.com/ ':crossorgin')
73+ [example.com](https://example.com/ ':crossorgin')
7474```
7575
7676## Github Task Lists
@@ -124,7 +124,7 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se
124124## Customise ID for headings
125125
126126``` md
127- ### 你好,世界! :id=hello-world
127+ ### Hello, world! :id=hello-world
128128```
129129
130130## Markdown in html tag
You can’t perform that action at this time.
0 commit comments