aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/meta/defaults.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdp/meta/defaults.d')
-rw-r--r--src/sdp/meta/defaults.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdp/meta/defaults.d b/src/sdp/meta/defaults.d
index f0137cb..2663c15 100644
--- a/src/sdp/meta/defaults.d
+++ b/src/sdp/meta/defaults.d
@@ -142,6 +142,7 @@ template InternalMarkup() {
auto tc_c = "┚";
auto tc_p = "┆";
auto mono = "■";
+ auto img = "☼";
static string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") {
_indent_spaces = replicate(_indent_spaces, indent);
return _indent_spaces;