diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-06-06 17:52:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 64922b57604c8e0c29a1dcd3ae313d243bf6b46d (patch) | |
tree | 3434a32c04b884449ab20df1f7e59cf4cd31a670 /src/sdp/ao/rgx.d | |
parent | output xmls, minor asserts (diff) |
html seg, work on subtoc & on nav pre-next
Diffstat (limited to 'src/sdp/ao/rgx.d')
-rw-r--r-- | src/sdp/ao/rgx.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdp/ao/rgx.d b/src/sdp/ao/rgx.d index d0d42df..aeab6e9 100644 --- a/src/sdp/ao/rgx.d +++ b/src/sdp/ao/rgx.d @@ -218,6 +218,7 @@ template SiSUrgxInit() { /+ inline markup footnotes endnotes +/ static inline_link = ctRegex!(`┥(.+?)┝┤(.+?)├`, "mg"); static inline_a_url = ctRegex!(`(┤)(\S+?)(├)`, "mg"); + static inline_link_subtoc = ctRegex!(`^(?P<level>[5-7])~ ┥(?P<text>.+?)┝┤(?P<link>.+?)├`, "mg"); static fn_suffix = ctRegex!(`\.fnSuffix`, "mg"); static inline_link_fn_suffix = ctRegex!(`¤(.+?)(\.fnSuffix)`, "mg"); static inline_seg_link = ctRegex!(`(¤)(?:.+?)\.fnSuffix`, "mg"); |