mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-05 15:22:33 +00:00
#207, Fix whitespaces again, in shortcodes inside shortcodes
This commit is contained in:
parent
7b18b077ee
commit
5be250b0e2
@ -7,7 +7,7 @@
|
||||
{{- end -}}
|
||||
|
||||
<span {{- with .Get "class" }} class="{{ . }}"{{ end }}>
|
||||
{{- cond (in .Params "display") "\\[" "\\(" -}}
|
||||
{{ cond (in .Params "display") "\\[" "\\(" -}}
|
||||
{{- trim .Inner "\n" -}}
|
||||
{{- cond (in .Params "display") "\\]" "\\)" -}}
|
||||
{{- cond (in .Params "display") "\\]" "\\)" }}
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user