summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-29 10:16:43 -0700
committerDessalines <tyhou13@gmx.com>2019-04-29 10:16:43 -0700
commitd13a95da27c847e3f53b0bcf38d77d79f67891ad (patch)
tree05418c9c8d3320985b8d1ec2008f608f73ddc286 /ui/package.json
parent85ed895c5f56e2468b1c4973faa99a64da36a6ad (diff)
Adding support for spoilers.
- Fixes #104 example : ``` ::: spoiler hidden stuff *a bunch of spoilers here* ::: ```
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json
index b5bb14ef..d806575c 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -19,6 +19,7 @@
"@types/js-cookie": "^2.2.1",
"@types/jwt-decode": "^2.2.1",
"@types/markdown-it": "^0.0.7",
+ "@types/markdown-it-container": "^2.0.2",
"autosize": "^4.0.2",
"classcat": "^1.1.3",
"dotenv": "^6.1.0",
@@ -27,6 +28,7 @@
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
"markdown-it": "^8.4.2",
+ "markdown-it-container": "^2.0.0",
"moment": "^2.24.0",
"rxjs": "^6.4.0"
},