aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/conf_make_meta_structs.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2018-09-18 13:24:56 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-04-10 15:14:15 -0400
commitd33215d3ebee384386ecbf15368d97054beecf05 (patch)
tree3501598409491cae100a20043ff9b584974112c5 /src/doc_reform/meta/conf_make_meta_structs.d
parentconfig webserv_url_doc_root, domain & path (diff)
regex, resolve issues with: master file inserts path; url internal link
Diffstat (limited to 'src/doc_reform/meta/conf_make_meta_structs.d')
-rw-r--r--src/doc_reform/meta/conf_make_meta_structs.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d
index 7158f86..2fec217 100644
--- a/src/doc_reform/meta/conf_make_meta_structs.d
+++ b/src/doc_reform/meta/conf_make_meta_structs.d
@@ -23,14 +23,14 @@ auto url_markup(string line) {
("$1"
~ _mkup.lnk_o ~ "$2" ~ _mkup.lnk_c
~ _mkup.url_o ~ "$3" ~ _mkup.url_c
- ~ "$4") // ("$1{ $2 }$3$4")
+ ) // ("$1{ $2 }$3$4")
)
.replaceAll(
_rgx.smid_inline_link_naked_url,
("$1"
~ _mkup.lnk_o ~ "$2" ~ _mkup.lnk_c
~ _mkup.url_o ~ "$2" ~ _mkup.url_c
- ~ "$3") // ("$1{ $2 }$2$3")
+ ) // ("$1{ $2 }$2$3")
)
.replaceAll(
_rgx.arr_delimiter,