Fix spacing around rawhtml shortcode (#1018)
Removes line break from generated HTML output. This line break renders in browsers as an unwanted space.
This commit is contained in:
parent
b906338dc8
commit
11a52b70cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
<!-- raw html -->
|
<!-- raw html -->
|
||||||
{{.Inner}}
|
{{- .Inner -}}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue