#207, Fix whitespaces again, in shortcodes inside shortcodes

soper-book
Alex Shpak 2020-04-24 10:29:23 +02:00
parent 7b18b077ee
commit 5be250b0e2
1 changed files with 2 additions and 2 deletions

View File

@ -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>