There was an error while loading. Please reload this page.
1 parent d4b2f56 commit eace04aCopy full SHA for eace04a
src/lib/output/plugins/MarkedPlugin.ts
@@ -13,7 +13,7 @@ import { ParameterHint } from '../../utils/options/declaration';
13
* A plugin that exposes the markdown, compact and relativeURL helper to handlebars.
14
*
15
* Templates should parse all comments with the markdown handler so authors can
16
- * easily format their documentation. TypeDoc uses the Marked (https://github.com/chjj/marked)
+ * easily format their documentation. TypeDoc uses the Marked (https://github.com/markedjs/marked)
17
* markdown parser and HighlightJS (https://github.com/isagalaev/highlight.js) to highlight
18
* code blocks within markdown sections. Additionally this plugin allows to link to other symbols
19
* using double angle brackets.
0 commit comments