Skip to content

Commit

Permalink
Add the image-size plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Parrish committed Sep 22, 2015
1 parent 3fff3d0 commit f6aae5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"markdown-it-container": "^1.0.0",
"markdown-it-emoji": "^1.0.0",
"markdown-it-footnote": "^1.0.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"react-mixin": "^1.7.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const markdownIt = new MarkdownIt({linkify: true, breaks: true})
.use(require('markdown-it-sub'))
.use(require('markdown-it-sup'))
.use(require('markdown-it-footnote'))
.user(require('markdown-it-imsize'))
.use(require('../lib/links-in-new-tabs'))
.use(MarkdownItContainer, 'partners')
.use(MarkdownItContainer, 'attribution');
Expand Down

0 comments on commit f6aae5e

Please sign in to comment.