Skip to content

Commit

Permalink
Merge pull request #4 from marcklingen/patch-1
Browse files Browse the repository at this point in the history
Add support for resized images
  • Loading branch information
jrnewton authored Jan 31, 2022
2 parents 87cea88 + ecc1559 commit 0c0a804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const converter = new showdown.Converter({
simpleLineBreaks: true,
ghMentions: true,
tables: true,
emoji: true
emoji: true,
parseImgDimensions: true
});

converter.setFlavor('github');
Expand Down

0 comments on commit 0c0a804

Please sign in to comment.