From bee12ce8c1d45271e87f8936cfe4affcae1c3802 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Mon, 9 Mar 2026 10:40:30 +0100 Subject: [PATCH] Update markdown_inline.awk --- awk/markdown_inline.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awk/markdown_inline.awk b/awk/markdown_inline.awk index a2aaf9e..7056f75 100644 --- a/awk/markdown_inline.awk +++ b/awk/markdown_inline.awk @@ -31,7 +31,7 @@ function restore_html_tags(s, i) { if ($0 ~ /
/) {
         in_pre = 1
     }
-    
+
     if (in_pre) {
         print
         if ($0 ~ /<\/pre>/) {
@@ -185,7 +185,7 @@ function restore_html_tags(s,    i) {
     if (line !~ /&[A-Za-z0-9#]+;/) {
         gsub(/&/, "&", line)
     }
-    
+
     p = 1
     while (match(substr(line, p), /