diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-09-18 13:24:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | d33215d3ebee384386ecbf15368d97054beecf05 (patch) | |
tree | 3501598409491cae100a20043ff9b584974112c5 /org/meta_abstraction.org | |
parent | config webserv_url_doc_root, domain & path (diff) |
regex, resolve issues with: master file inserts path; url internal link
Diffstat (limited to 'org/meta_abstraction.org')
-rw-r--r-- | org/meta_abstraction.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/meta_abstraction.org b/org/meta_abstraction.org index 54833bd..8a49598 100644 --- a/org/meta_abstraction.org +++ b/org/meta_abstraction.org @@ -5184,7 +5184,7 @@ static struct ObjInlineMarkupMunge { ("$1" ~ mkup.lnk_o ~ "$2" ~ mkup.lnk_c ~ mkup.url_o ~ "$2" ~ mkup.url_c - ~ "$3") // ("$1{ $2 }$2$3") + ) // ("$1{ $2 }$2$3") ); } /+ link with helper for endnote including the url: @@ -5220,7 +5220,7 @@ static struct ObjInlineMarkupMunge { ("$1" ~ mkup.lnk_o ~ "$2" ~ mkup.lnk_c ~ mkup.url_o ~ "$3" ~ mkup.url_c - ~ "$4") // ("$1{ $2 }$3$4") + ) // ("$1{ $2 }$3$4") ); } } |