diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-24 15:26:25 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-27 17:11:57 -0400 |
commit | ff0a41d3e5c8f29b43f5caa306ee23bf3e034998 (patch) | |
tree | 2663a1633abc85ec352075fb616db71b2e4b9a36 /src/doc_reform/io_out/defaults.d | |
parent | ocda, process section rather than part (diff) |
ocda, fontface internal markup, cleanup & fixes
Diffstat (limited to 'src/doc_reform/io_out/defaults.d')
-rw-r--r-- | src/doc_reform/io_out/defaults.d | 2 |
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 = "*"; |