Skip to content

Commit 74ff68a

Browse files
styfleQingWei-Li
authored andcommitted
Update url to markedjs (#410)
* Update markdown.md * Update markdown.md * Update markdown.md
1 parent e737a42 commit 74ff68a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/de-de/markdown.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Markdown Einstellungen
22

3-
**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:
3+
**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:
44

55
```js
66
window.$docsify = {
@@ -15,7 +15,7 @@ window.$docsify = {
1515
}
1616
```
1717

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

2020
Du kannst die Regeln auch beliebig anpassen.
2121

docs/zh-cn/markdown.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Markdown 配置
22

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

55
```js
66
window.$docsify = {
@@ -15,7 +15,7 @@ window.$docsify = {
1515
}
1616
```
1717

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

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

0 commit comments

Comments
 (0)