Created
September 23, 2023 19:12
-
-
Save mk/7343e45ad64139a50d6562c5b9060d2b to your computer and use it in GitHub Desktop.
clerk-issue-558-repro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:paths ["."] | |
:deps {io.github.nextjournal/clerk {:mvn/version "0.14.919"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(into (sorted-map) {1 1 2 2}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'nextjournal.clerk) | |
(nextjournal.clerk/serve! {:port 7788}) | |
(nextjournal.clerk/show! "test.clj") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment