diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-11-15 10:51:45 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 47df905518ae9fb249f922c487cb7cd8c081f14b (patch) | |
tree | 5f9ef436292903d3dfb1a92535688c6b41445f54 /src/sdp/ao_defaults.d | |
parent | complete toc section to include (existing) backmatter headings (diff) |
0.9.1 munge links & urls
* includes auto place url in endnote helper,
needs to occur before endnotes extracted
Diffstat (limited to 'src/sdp/ao_defaults.d')
-rw-r--r-- | src/sdp/ao_defaults.d | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sdp/ao_defaults.d b/src/sdp/ao_defaults.d index d8c1e24..f1c05ac 100644 --- a/src/sdp/ao_defaults.d +++ b/src/sdp/ao_defaults.d @@ -384,8 +384,10 @@ template SiSUbiblio() { } template InternalMarkup() { struct InlineMarkup { - auto en_a_o = "【"; auto en_a_c = "】"; - auto en_b_o = "〖"; auto en_b_c = "〗"; + auto en_a_o = "【"; auto en_a_c = "】"; // endnote en_a_o: '~{'; en_a_c: '}~'; + auto en_b_o = "〖"; auto en_b_c = "〗"; // endnote en_b_o: '~['; en_b_c: ']~'; + auto lnk_o = "┥"; auto lnk_c = "┝"; + auto url_o = "┤"; auto url_c = "├"; string _indent_spaces =""; string indent_by_spaces_provided(int indent) { switch (indent) { |