mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
Merge branch 'develop' into fix-790
This commit is contained in:
commit
4f6148db91
@ -493,6 +493,19 @@ window.$docsify = {
|
||||
};
|
||||
```
|
||||
|
||||
## crossOriginLinks
|
||||
- type: `Array`
|
||||
|
||||
When `routerMode: 'history'`, you may face the cross-origin issues, See [#1379](https://github.com/docsifyjs/docsify/issues/1379).
|
||||
In Markdown content, there is a simple way to solve it, see extends Markdown syntax `Cross-Origin link` in [helpers](helpers.md).
|
||||
```js
|
||||
window.$docsify = {
|
||||
crossOriginLinks:[
|
||||
"https://example.com/cross-origin-link",
|
||||
],
|
||||
};
|
||||
```
|
||||
|
||||
## noCompileLinks
|
||||
|
||||
- type: `Array`
|
||||
|
||||
@ -4,7 +4,7 @@ docsify extends Markdown syntax to make your documents more readable.
|
||||
|
||||
> Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis.
|
||||
|
||||
## important content
|
||||
## Important content
|
||||
|
||||
Important content like:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user