summaryrefslogtreecommitdiff
path: root/src/ws/Makefile.am
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/Makefile.am
parent6b8cec9fbe1b2656597ba321246ac608940ed980 (diff)
Add markdown support to descriptions using the 'marked' js library for rendering.
Diffstat (limited to 'src/ws/Makefile.am')
-rw-r--r--src/ws/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ws/Makefile.am b/src/ws/Makefile.am
index 64d0540..c7252e5 100644
--- a/src/ws/Makefile.am
+++ b/src/ws/Makefile.am
@@ -11,4 +11,5 @@ ws_DATA = \
munia.html \
node.js \
proto.js \
- view.js
+ view.js \
+ marked/marked.min.js