#207, Fix whitespaces again, in shortcodes inside shortcodes
This commit is contained in:
parent
7b18b077ee
commit
5be250b0e2
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue