diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-06-06 17:46:46 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | d18c6be61b70598e9c605db92103bf4e1054f15e (patch) | |
tree | 0bb7922b9a5667a549ac4e4e078c100bbf742dbe /src/sdp/ao/defaults.d | |
parent | heading auto-numbering, fixes (diff) |
headings & toc, monospace and links, fix
Diffstat (limited to 'src/sdp/ao/defaults.d')
-rw-r--r-- | src/sdp/ao/defaults.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdp/ao/defaults.d b/src/sdp/ao/defaults.d index aa9fc2c..4a989b6 100644 --- a/src/sdp/ao/defaults.d +++ b/src/sdp/ao/defaults.d @@ -395,6 +395,7 @@ template InternalMarkup() { auto tc_o = "┏"; auto tc_c = "┚"; auto tc_p = "┆"; + auto mono = "■"; string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") { _indent_spaces = replicate(_indent_spaces, indent); return _indent_spaces; |