summaryrefslogtreecommitdiff
path: root/src/ws/munia.html
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-06-21 21:52:27 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-06-21 21:52:27 +0200
commitfc995412d7a53993b7144b4b1f02045578c6a377 (patch)
tree969ffe3cf51c632cf87174eb53caf722453bdb95 /src/ws/munia.html
parent6b8cec9fbe1b2656597ba321246ac608940ed980 (diff)
Add markdown support to descriptions using the 'marked' js library for rendering.
Diffstat (limited to 'src/ws/munia.html')
-rw-r--r--src/ws/munia.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ws/munia.html b/src/ws/munia.html
index 4406afa..98ce8bd 100644
--- a/src/ws/munia.html
+++ b/src/ws/munia.html
@@ -29,6 +29,7 @@
<script type="text/javascript" charset="utf-8" src="node.js"></script>
<script type="text/javascript" charset="utf-8" src="view.js"></script>
<script type="text/javascript" charset="utf-8" src="handler.js"></script>
+<script type="text/javascript" charset="utf-8" src="marked.min.js"></script>
</body>
</html>