Compare commits
No commits in common. "d78f7ce827054c20e7d89f5295adfe0c27a2acc3" and "68aca09de645a64e8a6131fcfad44b1b5fbf96ea" have entirely different histories.
d78f7ce827
...
68aca09de6
35
prelude.md
35
prelude.md
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
(defn topic-entry [topic]
|
(defn topic-entry [topic]
|
||||||
(string "### " (capitalize topic) "\n"
|
(string "### " (capitalize topic) "\n"
|
||||||
(as-> topic _ (topics _) (array/slice _) (sort _) (map toc-entry _)
|
(as-> topic _ (topics _) (slice _) (sort _) (map toc-entry _)
|
||||||
(string/join _ " "))
|
(string/join _ " "))
|
||||||
"\n"))
|
"\n"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user