mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
mermaid: escape diagram the recommended way #950
This commit is contained in:
parent
9955fc97bd
commit
81cd475341
2 changed files with 2 additions and 2 deletions
|
@ -42,6 +42,6 @@
|
|||
{{- if $v }}
|
||||
{{- printf " %s=%q" $k $v | safeHTMLAttr }}
|
||||
{{- end }}
|
||||
{{- end }}>{{ replaceRE "'" "'" ( replaceRE """ "\"" ( $content | safeHTML ) ) }}</pre>
|
||||
{{- end }}>{{ $content | htmlEscape | safeHTML }}</pre>
|
||||
{{- .Store.Set "hasMermaid" true }}
|
||||
{{- end }}
|
|
@ -1 +1 @@
|
|||
7.1.1+a23eb3a9d8baa6fe6adc764815db03e70e98a381
|
||||
7.1.1+9955fc97bd7471bc6c7fc2d4ed9133f95f93729b
|
Loading…
Reference in a new issue