From 4a5030b3e561a5b03209f34bdf7188fe1f476a31 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 3 Mar 2021 14:00:39 +0100
Subject: [PATCH] Undo uml test

---
 bin/mdshow       | 2 +-
 default.revealjs | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/mdshow b/bin/mdshow
index 026625f..23bde43 100755
--- a/bin/mdshow
+++ b/bin/mdshow
@@ -97,7 +97,7 @@ $(MDSHOW_CONFIG)/reveal.js:
 	mv $@/reveal.js-4.1.0/.??* $@/reveal.js-4.1.0/* $@
 	rmdir $@/reveal.js-4.1.0
 	cd $@ && \
-		npm install && npm add node-jq decktape gulp reveal-plantuml
+		npm install && npm add node-jq decktape gulp
 	# workarounds for the new reveal-js release
 	cd $@/dist && \
 		ln -s ../plugin .
diff --git a/default.revealjs b/default.revealjs
index 2668128..ec3a6b7 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -85,7 +85,6 @@ $body$
   <script src="$revealjs-url$/plugin/search/search.js"></script>
   <script src="$revealjs-url$/plugin/notes/notes.js"></script>
   <script src="$revealjs-url$/plugin/highlight/highlight.js"></script>
-  <script src="$revealjs-url$/node_modules/reveal-plantuml/dist/reveal-plantuml.min.js"></script>
 
   <script>
 
@@ -291,7 +290,7 @@ $if(mathjax)$
 $endif$
 
         // Optional reveal.js plugins
-        plugins: [ RevealHighlight, RevealZoom, RevealNotes, RevealSearch, RevealMath, RevealPlantUML ]
+        plugins: [ RevealHighlight, RevealZoom, RevealNotes, RevealSearch, RevealMath ]
       });
     </script>
   $for(include-after)$
-- 
GitLab