Skip to content

Instantly share code, notes, and snippets.

@mk
Created September 23, 2023 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mk/7343e45ad64139a50d6562c5b9060d2b to your computer and use it in GitHub Desktop.
Save mk/7343e45ad64139a50d6562c5b9060d2b to your computer and use it in GitHub Desktop.
clerk-issue-558-repro
{:paths ["."]
:deps {io.github.nextjournal/clerk {:mvn/version "0.14.919"}}}
(into (sorted-map) {1 1 2 2})
(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