aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_misc.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-05-04 21:22:39 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:15 -0400
commit48ba380760b306077afa7a156a21d3ff98d26775 (patch)
tree3385a7efddac04cb52fb08a93b245c89e958e83d /org/default_misc.org
parentlink url matching (diff)
html & epub images in place (dimensions not & other issues)
Diffstat (limited to 'org/default_misc.org')
-rw-r--r--org/default_misc.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/org/default_misc.org b/org/default_misc.org
index d021565..582dfa9 100644
--- a/org/default_misc.org
+++ b/org/default_misc.org
@@ -214,7 +214,7 @@ import
21 special characters used:
#+BEGIN_SRC text
-【】〖〗┥┝┤├¤░┘┙┚┼┿╂┊┏┚┆■
+【】〖〗┥┝┤├¤░┘┙┚┼┿╂┊┏┚┆■☼
#+END_SRC
#+name: defaults_template_markup
@@ -240,6 +240,7 @@ template InternalMarkup() {
auto tc_c = "┚";
auto tc_p = "┆";
auto mono = "■";
+ auto img = "☼";
static string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") {
_indent_spaces = replicate(_indent_spaces, indent);
return _indent_spaces;