From 18afea77665772be8ce02a6c481e67f706b5ec96 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Wed, 5 Mar 2025 10:22:40 +0000 Subject: [PATCH] Article tag has formatting implications --- roles/home-cli/files/markdown.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/home-cli/files/markdown.sh b/roles/home-cli/files/markdown.sh index abf847d..c8b2d02 100644 --- a/roles/home-cli/files/markdown.sh +++ b/roles/home-cli/files/markdown.sh @@ -12,8 +12,8 @@ cat << __EOF__ $1 @@ -22,9 +22,9 @@ __EOF__ while shift do test -n "$1" || break # No more files. - echo "
" + echo "
" cmark --to html --nobreaks --unsafe --smart --validate-utf8 $1 - echo '
' + echo '' done cat << __EOF__