fix: use get-tag to extract tag value

This commit is contained in:
rcmerci
2021-06-30 18:13:48 +08:00
committed by Tienson Qin
parent 1a547e944d
commit 5582434a7a

View File

@@ -95,7 +95,7 @@
(and (vector? block)
(= "Tag" (first block)))
(let [text (second block)]
(let [text (get-tag block)]
(when (and
(string? text)
(text/page-ref? text))