lint :all-the-things:

This commit is contained in:
Gabriel Horner
2022-01-13 16:32:12 -05:00
committed by Tienson Qin
parent 2401ce9e9a
commit 3ec587d6eb
45 changed files with 338 additions and 415 deletions

View File

@@ -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))