diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-27 23:35:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:06:37 -0400 |
commit | 3e3a1a76ce4d0abe75277afb2937539fc0e9a4e6 (patch) | |
tree | f9dd8d19293c86d194b6a1e840f144e1819fb82c /src/doc_reform/output | |
parent | review, reduce use of auto (diff) |
remove ./data for now, else relatively minor
Diffstat (limited to 'src/doc_reform/output')
-rw-r--r-- | src/doc_reform/output/defaults.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc_reform/output/defaults.d b/src/doc_reform/output/defaults.d index ef0083a..1db06e0 100644 --- a/src/doc_reform/output/defaults.d +++ b/src/doc_reform/output/defaults.d @@ -34,6 +34,7 @@ template InternalMarkup() { string tc_c = "┚"; string tc_p = "┆"; string img = "☼"; + string sep = "␣"; string on_o = "「"; auto on_c = "」"; string mk_bullet = "● "; static string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") { |