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"
@ -122,4 +122,4 @@ tasks:
vars:
PACKAGE: golang.org/x/tools/cmd/goimports@v0.1.7
status:
- test -f {{ .GOBIN }}goimports
- test -f {{ .GOBIN }}goimports

View file

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