feat: add figure support

This commit is contained in:
2022-10-18 16:53:51 +02:00
parent aad6109c39
commit fed3c371c7
5 changed files with 32 additions and 3 deletions

View File

@@ -17,20 +17,21 @@
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"luxon": "^3.0.1",
"markdown-it-anchor": "^8.6.4",
"rosetta": "^1.1.0",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"cssnano": "^4.1.10",
"luxon": "^3.0.1",
"markdown-it-anchor": "^8.6.4",
"markdown-it-image-figures": "^2.1.0",
"mini-css-extract-plugin": "^0.9.0",
"npm-run-all": "^4.1.5",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"rosetta": "^1.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-manifest-plugin": "^2.2.0"