aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/io_out')
-rw-r--r--src/doc_reform/io_out/defaults.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/io_out/defaults.d b/src/doc_reform/io_out/defaults.d
index 3e33edc..2ee19cb 100644
--- a/src/doc_reform/io_out/defaults.d
+++ b/src/doc_reform/io_out/defaults.d
@@ -58,7 +58,7 @@ template InternalMarkup() {
string en_a_o = "【"; string en_a_c = "】";
string en_b_o = "〖"; string en_b_c = "〗";
string quote_o = "“"; string quote_c = "”";
- string ff_o = "┨"; string ff_c = "┣"; // fontface
+ string ff_i = "⑆"; string ff_o = "┨"; string ff_c = "┣"; // fontface
string lnk_o = "┥"; string lnk_c = "┝";
string url_o = "┤"; string url_c = "├";
string emph = "*";