Add react-markdown

This commit is contained in:
He4eT 2020-12-17 18:51:56 +05:00
commit 5e364da3d8
3 changed files with 329 additions and 17 deletions

View file

@ -29,7 +29,8 @@
"dependencies": {
"preact": "^10.3.2",
"preact-render-to-string": "^5.1.4",
"preact-router": "^3.2.1"
"preact-router": "^3.2.1",
"react-markdown": "^5.0.3"
},
"jest": {
"preset": "jest-preset-preact",