mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Remove more unused fns
This commit is contained in:
@@ -20,17 +20,6 @@
|
||||
[s1 s2]
|
||||
(.diff_main dmp s1 s2 true))
|
||||
|
||||
(defn get-patches
|
||||
[s1 s2 diffs]
|
||||
(.patch_make dmp s1 s2 diffs))
|
||||
|
||||
(defn apply-patches!
|
||||
[text patches]
|
||||
(if (seq patches)
|
||||
(let [result (.patch_apply dmp patches text)]
|
||||
(nth result 0))
|
||||
text))
|
||||
|
||||
(def inline-special-chars
|
||||
#{\* \_ \/ \` \+ \^ \~ \$})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user