summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-03-30 00:11:44 -0700
committerDessalines <tyhou13@gmx.com>2019-03-30 00:11:44 -0700
commit44625aeb27dc76a5d118da4b47d4805d43d19bda (patch)
tree3beacb889ff035d3dd3dd9c888374636b7bed1f9 /ui/package.json
parent480b627ff516627c308090b43b4219d8070984a7 (diff)
Adding markdown to content fields
- Fixes #7
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json
index 0d30805d..11730017 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -22,6 +22,7 @@
"inferno-router": "^7.0.1",
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
+ "markdown-it": "^8.4.2",
"moment": "^2.24.0",
"rxjs": "^6.4.0"
},