tagHandler - Handle fallback html tag + basic test

Also added preact dep.
Fixed class or function component flowing into tagHandler
This commit is contained in:
2019-12-22 19:54:46 +05:30
parent 736726805d
commit 84a9b387f0
5 changed files with 60 additions and 23 deletions
+2
View File
@@ -31,6 +31,8 @@
},
"dependencies": {
"mdast-builder": "^1.1.1",
"preact": "^10.1.1",
"preact-render-to-string": "^5.1.3",
"react": "^16.12.0",
"remark-stringify": "^7.0.4",
"unified": "^8.4.2"