Add support for sending spoiler markdown (#267)
* Basic spoiler markdown plugin * Remove console.log statement
This commit is contained in:
parent
5f7fa0557f
commit
0e8219b200
4 changed files with 173 additions and 17 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue