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