diff --git a/layouts/shortcodes/note.html b/layouts/shortcodes/note.html index 1da48797c5..1161c2366c 100644 --- a/layouts/shortcodes/note.html +++ b/layouts/shortcodes/note.html @@ -1,3 +1,3 @@
-\ No newline at end of file{{ T "note" }} {{ replaceRE "\\s+|\n" " " .Inner | markdownify }}+{{ T "note" }} {{ trim .Inner " \n" | markdownify }}