Skip to content

Commit eace04a

Browse files
styfleaciccarello
authored andcommitted
Fix link to markedjs repo (#767)
1 parent d4b2f56 commit eace04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/output/plugins/MarkedPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ParameterHint } from '../../utils/options/declaration';
1313
* A plugin that exposes the markdown, compact and relativeURL helper to handlebars.
1414
*
1515
* 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)
16+
* easily format their documentation. TypeDoc uses the Marked (https://github.com/markedjs/marked)
1717
* markdown parser and HighlightJS (https://github.com/isagalaev/highlight.js) to highlight
1818
* code blocks within markdown sections. Additionally this plugin allows to link to other symbols
1919
* using double angle brackets.

0 commit comments

Comments
 (0)