From 7864505c3d3030c7a32d0eee360528d0d504f747 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 14 Oct 2025 09:02:41 -0400 Subject: text output, improve various (including no-ocn) - revisit links (fix later) --- org/default_regex.org | 1 + 1 file changed, 1 insertion(+) (limited to 'org/default_regex.org') diff --git a/org/default_regex.org b/org/default_regex.org index 1470c76..1c0ca2f 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -634,6 +634,7 @@ static inline_link_hash = ctRegex!(`┥(?P.+?)┝ static inline_link_seg_and_hash = ctRegex!(`┥(?P.+?)┝┤(?P(?P[^/#├]*)#(?P.+?))├`, "mg"); static inline_link_clean = ctRegex!(`┤(?:.+?)├|[┥┝]`, "mg"); static inline_link_toc_to_backmatter = ctRegex!(`┤#(?Pendnotes|bibliography|bookindex|glossary|blurb)├`, "mg"); +static find_bookindex_ocn_link_and_comma = ctRegex!(`[, ]*┥.+?┝┤#?\S+?├`, "mg"); static url = ctRegex!(`https?://`, "mg"); static uri = ctRegex!(`(?:https?|git)://`, "mg"); static uri_identify_components = ctRegex!(`(?P(?:https?|git)://)(?P\S+?/)(?P[^/]+)$`, "mg"); -- cgit v1.2.3