Review and update whitespaces in mermaid and KaTeX to improve shortcode nesting

This commit is contained in:
Alex Shpak
2025-09-26 17:28:08 +02:00
parent 5ffdf5bfaf
commit 915477e527
8 changed files with 91 additions and 110 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
{{- if not (.Page.Store.Get "asciinema") -}}
<!-- Include asciinema player only first time -->
{{- /* remove whitespaces */ -}}
{{- /* Include asciinema player only first time */ -}}
<link rel="stylesheet" href="{{ "asciinema/asciinema-player.css" | relURL }}" />
{{- /* remove whitespaces */ -}}
<script defer src="{{ "asciinema/asciinema-player.min.js" | relURL }}"></script>