Add markdown editor with image support

This commit is contained in:
Spencer Pincott
2022-10-06 09:33:46 -04:00
parent c9ffcd8407
commit 858d96f842
5 changed files with 577 additions and 24 deletions

View File

@@ -27,7 +27,10 @@
"react-helmet": "^5.2.1",
"react-router-dom": "^5.0.0",
"react-spinners": "^0.5.3",
"recompose": "^0.30.0"
"recompose": "^0.30.0",
"rich-markdown-editor": "11.21.3",
"styled-components": "^5.3.6",
"prosemirror-model": "1.13.3"
},
"scripts": {
"start": "gatsby develop",