mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Resolves #31
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
(walk/postwalk
|
||||
(fn [form]
|
||||
(when (target-block? form)
|
||||
(swap! ref-pages conj (string/lower-case (last form))))
|
||||
(swap! ref-pages conj (string/capitalize (last form))))
|
||||
form)
|
||||
(concat title children))
|
||||
(assoc heading :ref-pages (vec @ref-pages))))
|
||||
|
||||
Reference in New Issue
Block a user