From fc995412d7a53993b7144b4b1f02045578c6a377 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 21 Jun 2020 21:52:27 +0200 Subject: Add markdown support to descriptions using the 'marked' js library for rendering. --- src/ws/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ws/Makefile.am') 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 -- cgit v1.2.3