diff options
Diffstat (limited to 'src/doc_reform/output/sqlite.d')
-rw-r--r-- | src/doc_reform/output/sqlite.d | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc_reform/output/sqlite.d b/src/doc_reform/output/sqlite.d index 0e424e6..e0c9390 100644 --- a/src/doc_reform/output/sqlite.d +++ b/src/doc_reform/output/sqlite.d @@ -2,6 +2,7 @@ module doc_reform.output.sqlite; import doc_reform.output; import std.file, + std.uri, std.conv : to; import d2sqlite3; import std.typecons : Nullable; @@ -284,6 +285,11 @@ template SQLiteFormatAndLoadObject() { string _xml_type = "seg", ) { if (obj.has.inline_links) { + if (obj.metainfo.is_a != "code") { + _txt = replaceAll!(hit => + hit[1] ~ "┤" ~ to!string((obj.stow.link[hit[2].to!ulong])).encode ~ "├" + )(_txt, rgx.inline_link_number_only); + } if ((_txt.match(rgx.mark_internal_site_lnk)) && (_xml_type == "scroll")) { // conditions reversed to avoid: gdc compiled program run segfault _txt = _txt.replaceAll( |