mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
lint :all-the-things:
This commit is contained in:
committed by
Tienson Qin
parent
2401ce9e9a
commit
3ec587d6eb
@@ -67,9 +67,9 @@
|
||||
(recur r1 t2 (inc i1) i2))))
|
||||
current-line (text/get-current-line-by-pos markup pos)]
|
||||
(cond
|
||||
(and (= (util/nth-safe markup pos)
|
||||
(util/nth-safe markup (inc pos))
|
||||
"]"))
|
||||
(= (util/nth-safe markup pos)
|
||||
(util/nth-safe markup (inc pos))
|
||||
"]")
|
||||
(+ pos 2)
|
||||
|
||||
(contains? inline-special-chars (util/nth-safe markup pos))
|
||||
|
||||
Reference in New Issue
Block a user