Skip to content
Snippets Groups Projects
Commit 4a5030b3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Undo uml test

parent fcfde38b
No related branches found
No related tags found
No related merge requests found
Pipeline #43834 passed
......@@ -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 .
......
......@@ -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)$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment