From 33d4cd24013c8660c100a0070802a0e9d1211421 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 28 Apr 2020 22:47:10 -0400 Subject: metaverse, doc structure & blocks, change tracking --- src/doc_reform/meta/rgx.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/doc_reform/meta/rgx.d') diff --git a/src/doc_reform/meta/rgx.d b/src/doc_reform/meta/rgx.d index 5a0fbdc..07ec2d4 100644 --- a/src/doc_reform/meta/rgx.d +++ b/src/doc_reform/meta/rgx.d @@ -128,9 +128,9 @@ static template spineRgxIn() { static smid_a_image = ctRegex!(`(?P
(?:^|[ ]|[^\S]?)[{](?:~\^\s+|\s*))(?P[a-zA-Z0-9._-]+?\.(?:png|gif|jpg))(?P(?:.*?)\s*[}](?:image|(?:(?:https?|git):\/\/|¤?\.\.\/|¤?\.\/|¤|#)\S+?)(?=[;:!,?.]?([ )\]]|$)))`, "mg");
     static smid_image_delimit                              = ctRegex!(`(?P
^|[ ]|[^\S]?)\{\s*(?P.+?)\s*\}(?:image)(?=[;:!,?.]?([ )\]]|$))`, "mg");
     /+ inline markup book index +/
-    static book_index                                     = ctRegex!(`^=\{\s*(?P.+?)\}$`, "m");
-    static book_index_open                                = ctRegex!(`^=\{\s*([^}]*?)$`);
-    static book_index_close                               = ctRegex!(`^(.*?)\}$`, "m");
+    static book_index_item                                = ctRegex!(`^=\{\s*(?P.+?)\}$`, "m");
+    static book_index_item_open                           = ctRegex!(`^=\{\s*([^}]*?)$`);
+    static book_index_item_close                          = ctRegex!(`^(.*?)\}$`, "m");
     static auto_heading_numbering_lv1                    = ctRegex!(`^1~`, "m");
     static auto_heading_numbering_lv2                    = ctRegex!(`^2~`, "m");
     static auto_heading_numbering_lv3                    = ctRegex!(`^3~`, "m");
-- 
cgit v1.2.3