Skip to content

Commit

Permalink
Documentation: Linkify Markdown in Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Aug 11, 2017
1 parent 960c0ae commit 726769d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docutron/src/markdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { compact } from 'lodash';

const parser = new MarkdownIt( {
html: true,
linkify: true,
} );
parser
.use( markdownItTOCAndAnchorPlugin )
Expand Down

0 comments on commit 726769d

Please sign in to comment.