This commit is contained in:
Tienson Qin
2020-04-24 11:06:13 +08:00
parent bd6be45543
commit c68d11efea
7 changed files with 128 additions and 91 deletions

View File

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