From a870c2556a0502bedcd11945a8f510228f678ad1 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 8 Dec 2023 16:08:58 -0800 Subject: [PATCH] Fix tab-reachability of preformatted blocks --- scripts/xhtmlize-single-file.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/xhtmlize-single-file.sh b/scripts/xhtmlize-single-file.sh index f3a8c00..d86b0fe 100644 --- a/scripts/xhtmlize-single-file.sh +++ b/scripts/xhtmlize-single-file.sh @@ -47,6 +47,7 @@ sed 7d "$html_file" | run_xmllint | tail -n +2 >"$tmp_file" -e '1,7d' \ -e 's| <|' \ + -e 's|
|
|' \
 		-E \
 		-e 's|([a-z])(]*rel="(nofollow ugc|ugc nofollow)"([^>]*)?>liked)# \1#' \