fix: incorrect orgmode underline symbol

pull/2666/head
leizhe 2021-08-16 21:59:17 +09:00 committed by Tienson Qin
parent e3904164b1
commit 837a6f4a84
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@
(let [format (or format (keyword (state/get-preferred-format)))]
(case format
:org
"/"
"_"
:markdown
"__"
"")))
@ -388,4 +388,4 @@
(defn get-block-hidden-properties
[]
(get-in @state/state [:config (state/get-current-repo) :block-hidden-properties]))
(get-in @state/state [:config (state/get-current-repo) :block-hidden-properties]))