summaryrefslogtreecommitdiff
path: root/tkread
diff options
context:
space:
mode:
Diffstat (limited to 'tkread')
-rwxr-xr-xtkread2
1 files changed, 2 insertions, 0 deletions
diff --git a/tkread b/tkread
index d415274..03dafd3 100755
--- a/tkread
+++ b/tkread
@@ -66,10 +66,12 @@ set listitems { \
{\+ *} \
}
+# Using low asterisk so it isn't interpreted as markdown later
set replacements { \
{{^\* \* \* \* \*$} "―"} \
{{\\$} ""} \
{{\\\$} "$"} \
+ {{\\\*} "⁎"} \
}
if { $::argc > 0 && [lindex $::argv 0] == "-h" } {