Skip to content

Commit

Permalink
Update url to markedjs (#410)
Browse files Browse the repository at this point in the history
* Update markdown.md

* Update markdown.md

* Update markdown.md
  • Loading branch information
styfle authored and QingWei-Li committed Mar 3, 2018
1 parent e737a42 commit 74ff68a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/de-de/markdown.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Markdown Einstellungen

**docsify** verwendet [marked](https://github.com/chjj/marked), um Markdown umzuwandeln. Du kannst einstellen, wie es deine Markdown Seiten in HTML umwandelt, indem du `renderer` konfigurierst:
**docsify** verwendet [marked](https://github.com/markedjs/marked), um Markdown umzuwandeln. Du kannst einstellen, wie es deine Markdown Seiten in HTML umwandelt, indem du `renderer` konfigurierst:

```js
window.$docsify = {
Expand All @@ -15,7 +15,7 @@ window.$docsify = {
}
```

?> Für mögliche Einstellungen, siehe [marked Dokumentation](https://github.com/chjj/marked#options-1)
?> Für mögliche Einstellungen, siehe [marked Dokumentation](https://github.com/markedjs/marked#options-1)

Du kannst die Regeln auch beliebig anpassen.

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/markdown.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Markdown 配置

内置的 Markdown 解析器是 [marked](https://github.com/chjj/marked),可以修改它的配置。同时可以直接配置 `renderer`
内置的 Markdown 解析器是 [marked](https://github.com/markedjs/marked),可以修改它的配置。同时可以直接配置 `renderer`

```js
window.$docsify = {
Expand All @@ -15,7 +15,7 @@ window.$docsify = {
}
```

?> 完整配置参数参考 [marked 文档](https://github.com/chjj/marked#options-1)
?> 完整配置参数参考 [marked 文档](https://github.com/markedjs/marked#options-1)

当然也可以完全定制 Markdown 解析规则。

Expand Down

0 comments on commit 74ff68a

Please sign in to comment.