Improve mermaid handling and update deps

This commit is contained in:
Peter 2022-02-16 09:50:07 +01:00
parent 234929e5ed
commit 0637962da8
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9
2 changed files with 5 additions and 5 deletions

View file

@ -3,8 +3,8 @@ version: '3'
vars:
DEBUG_PORT: 2345
REVEALJS_VERSION: 4.2.1
HIGHLIGHTJS_VERSION: 11.3.1
MERMAID_VERSION: 8.13.6
HIGHLIGHTJS_VERSION: 11.4.0
MERMAID_VERSION: 8.14.0
BINARY_NAME: goveal
OUT_DIR: ./out
GO_BUILD_ARGS: -ldflags="-w -s"

View file

@ -1,3 +1,3 @@
<div class="mermaid">
{{ .Code -}}
{{- .Code -}}
</div>