Skip to content

Commit

Permalink
Fix link to markedjs repo (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored and aciccarello committed Aug 12, 2018
1 parent d4b2f56 commit eace04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/output/plugins/MarkedPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ParameterHint } from '../../utils/options/declaration';
* A plugin that exposes the markdown, compact and relativeURL helper to handlebars.
*
* Templates should parse all comments with the markdown handler so authors can
* 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)
* markdown parser and HighlightJS (https://github.com/isagalaev/highlight.js) to highlight
* code blocks within markdown sections. Additionally this plugin allows to link to other symbols
* using double angle brackets.
Expand Down

0 comments on commit eace04a

Please sign in to comment.