aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out/defaults.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-04-11 19:43:06 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:25 -0400
commit08549c763cd731531d4e1c52c86fe265cbef92f2 (patch)
treeca82a1afe55e1fb75aa7c1428684db29d7390219 /src/doc_reform/io_out/defaults.d
parentconfig, where used without document processing (diff)
uid, select separator that works better with sqlite
Diffstat (limited to 'src/doc_reform/io_out/defaults.d')
-rw-r--r--src/doc_reform/io_out/defaults.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc_reform/io_out/defaults.d b/src/doc_reform/io_out/defaults.d
index 36e1428..eea786a 100644
--- a/src/doc_reform/io_out/defaults.d
+++ b/src/doc_reform/io_out/defaults.d
@@ -34,7 +34,8 @@ template InternalMarkup() {
string tc_c = "┚";
string tc_p = "┆";
string img = "☼";
- string sep = "␣"; // "~";
+ string sep = "␣"; // "~";"␣"; // "~";
+ string uid_sep = ":";
string on_o = "「"; string on_c = "」";
string mk_bullet = "● ";
static string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") {