From df240a5700001994c72c9a49eace86326d45ceb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=B6nke?= Date: Fri, 27 Feb 2026 11:45:08 +0100 Subject: [PATCH] fix p_hidden_links regex --- convert/scripts/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert/scripts/convert.py b/convert/scripts/convert.py index 8561a63..ee31b0a 100644 --- a/convert/scripts/convert.py +++ b/convert/scripts/convert.py @@ -233,7 +233,7 @@ def to_prettyxml(doc): p_pre_code_open = re.compile(r"
[\s\r\n]*[\s\r\n]*", re.MULTILINE)
 p_pre_code_close = re.compile(r"[\s\r\n]*[\s\r\n]*
", re.MULTILINE) p_syntax_highlighting = re.compile(r"^```(.+)$", re.MULTILINE) -p_hidden_links = re.compile(r'', re.MULTILINE) +p_hidden_links = re.compile(r'(|