aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-10-14 09:02:41 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-10-14 10:54:55 -0400
commit7864505c3d3030c7a32d0eee360528d0d504f747 (patch)
treed5fd182a02fdc3a4c44526661bddab508ff60629 /org/default_regex.org
parentabstraction metainfo, provide endnote parent ocn (diff)
text output, improve various (including no-ocn)HEADmain
- revisit links (fix later)
Diffstat (limited to 'org/default_regex.org')
-rw-r--r--org/default_regex.org1
1 files changed, 1 insertions, 0 deletions
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<text>.+?)┝
static inline_link_seg_and_hash = ctRegex!(`┥(?P<text>.+?)┝┤(?P<link>(?P<seg>[^/#├]*)#(?P<hash>.+?))├`, "mg");
static inline_link_clean = ctRegex!(`┤(?:.+?)├|[┥┝]`, "mg");
static inline_link_toc_to_backmatter = ctRegex!(`┤#(?P<link>endnotes|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<type>(?:https?|git)://)(?P<path>\S+?/)(?P<file>[^/]+)$`, "mg");