mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-04-29 01:45:53 +08:00
Update url to markedjs (#601)
Please makes sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you are merging your commits to `master` branch. * [x] Add some descriptions and refer relative issues for you PR. * [x] DO NOT include files inside `lib` directory. Related: #410 This updates urls to marked github repo and documentation.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Markdown configuration
|
||||
|
||||
**docsify** uses [marked](https://github.com/chjj/marked) as its Markdown parser. You can customize how it renders your Markdown content to HTML by customizing `renderer`:
|
||||
**docsify** uses [marked](https://github.com/markedjs/marked) as its Markdown parser. You can customize how it renders your Markdown content to HTML by customizing `renderer`:
|
||||
|
||||
```js
|
||||
window.$docsify = {
|
||||
@@ -15,7 +15,7 @@ window.$docsify = {
|
||||
}
|
||||
```
|
||||
|
||||
?> Configuration Options Reference [marked documentation](https://github.com/chjj/marked#options-1)
|
||||
?> Configuration Options Reference [marked documentation](https://marked.js.org/#/USING_ADVANCED.md)
|
||||
|
||||
Even you can completely customize the parsing rules.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user