Fix links getting linified when they shouldn't
This commit is contained in:
@@ -11,6 +11,7 @@ BEGIN { in_fence = 0; first_line = 0 }
|
||||
next
|
||||
}
|
||||
if (in_fence) {
|
||||
gsub(/&/, "\\&"); gsub(/</, "\\<"); gsub(/>/, "\\>")
|
||||
if (first_line) {
|
||||
first_line = 0
|
||||
if ($0 == "") next
|
||||
|
||||
Reference in New Issue
Block a user