Skip to content

Commit

Permalink
Fix spacing around rawhtml shortcode (adityatelange#1018)
Browse files Browse the repository at this point in the history
Removes line break from generated HTML output. This line break renders in browsers as an unwanted space.
  • Loading branch information
wj25czxj47bu6q authored Aug 28, 2022
1 parent f805fe7 commit 076fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/rawhtml.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- raw html -->
{{.Inner}}
{{- .Inner -}}

0 comments on commit 076fc35

Please sign in to comment.