aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/defaults.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-02-11 16:34:54 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-05-17 16:59:38 -0400
commit54c662aed1b2b004aeffe3d250a9dbd705897bb4 (patch)
tree0d02c0ddb99741bb2ec8ad473bfb83b3d5965ac0 /src/doc_reform/output/defaults.d
parentinline fontface markup, internal representation, reorganise code (diff)
metaverse single line munging tuningdoc-reform_v0.4.3
Diffstat (limited to 'src/doc_reform/output/defaults.d')
-rw-r--r--src/doc_reform/output/defaults.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc_reform/output/defaults.d b/src/doc_reform/output/defaults.d
index e54afb9..a038802 100644
--- a/src/doc_reform/output/defaults.d
+++ b/src/doc_reform/output/defaults.d
@@ -33,6 +33,8 @@ template InternalMarkup() {
auto tc_c = "┚";
auto tc_p = "┆";
auto img = "☼";
+ auto on_o = "「"; auto on_c = "」";
+ auto mk_bullet = "● ";
static string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") {
_indent_spaces = replicate(_indent_spaces, indent);
return _indent_spaces;