diff options
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 1dfe621..47ac8b0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "@types/jsdom": "^12.2.4", "front-matter": "^3.0.2", "jsdom": "^15.1.1", - "markdown-it": "^10.0.0" + "markdown-it": "^10.0.0", + "@gerhobbelt/markdown-it-html5-media": "0.6.0-1" }, "devDependencies": { "@types/jest": "^24.0.18", |