Add support for sending spoiler markdown (#267)

* Basic spoiler markdown plugin

* Remove console.log statement
This commit is contained in:
ginnyTheCat
2022-01-31 16:58:42 +01:00
committed by GitHub
parent 5f7fa0557f
commit 0e8219b200
4 changed files with 173 additions and 17 deletions

View File

@@ -29,6 +29,9 @@
"matrix-js-sdk": "^15.4.0",
"micromark": "^3.0.3",
"micromark-extension-gfm": "^1.0.0",
"micromark-util-chunked": "^1.0.0",
"micromark-util-resolve-all": "^1.0.0",
"micromark-util-symbol": "^1.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-autosize-textarea": "^7.1.0",