Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9450e63 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Sep 27, 2024
1 parent 4521e09 commit 443207b
Show file tree
Hide file tree
Showing 19 changed files with 1,487 additions and 1,486 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.edn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:path [], :nextjournal/value {:package :directory, :toc {:path [], :nextjournal/value [{:title "Changelog", :emoji nil, :path "#changelog", :items [{:title "0.6 Unreleased", :emoji nil, :path "#0.6-unreleased", :items []} {:title "0.5.148", :emoji nil, :path "#0.5.148", :items []} {:title "0.5.146", :emoji nil, :path "#0.5.146", :items []} {:title "0.5.144", :emoji nil, :path "#0.5.144", :items []} {:title "0.4.138", :emoji nil, :path "#0.4.138", :items []} {:title "0.4.135", :emoji nil, :path "#0.4.135", :items []} {:title "0.4.132", :emoji nil, :path "#0.4.132", :items []} {:title "0.4.130", :emoji nil, :path "#0.4.130", :items []} {:title "0.4.126", :emoji nil, :path "#0.4.126", :items []} {:title "0.4.123", :emoji nil, :path "#0.4.123", :items []} {:title "0.4.116", :emoji nil, :path "#0.4.116", :items []} {:title "0.4.112", :emoji nil, :path "#0.4.112", :items []} {:title "0.4.109", :emoji nil, :path "#0.4.109", :items []} {:title "0.3.69", :emoji nil, :path "#0.3.69", :items []} {:title "0.2.44", :emoji nil, :path "#0.2.44", :items []} {:title "0.1.37", :emoji nil, :path "#0.1.37", :items []}]}], :nextjournal/render-opts {:toc-visibility nil, :set-hash? true}, :nextjournal/viewer {:name nextjournal.clerk.viewer/toc-viewer, :render-fn #viewer-fn nextjournal.clerk.render.navbar/render-items, :hash "5dtesrAmYqLZQQHSMEfFTNpmLtY4nC"}}, :sidenotes? false, :atom-var-name->state #viewer-eval (nextjournal.clerk.render/intern-atoms! {}), :ns #viewer-eval (ns user), :file "CHANGELOG.md", :header {:path [], :nextjournal/value [:div.viewer.w-full.max-w-prose.px-8.not-prose.mt-3 [:div.mb-8.text-xs.sans-serif.text-slate-400 nil [:<> [:a.font-medium.border-b.border-dotted.border-slate-300.hover:text-indigo-500.hover:border-indigo-500.dark:border-slate-500.dark:hover:text-white.dark:hover:border-white.transition {:href "./../"} "Index"] [:span.mx-2 "•"]] [:span "Generated with " [:a.font-medium.border-b.border-dotted.border-slate-300.hover:text-indigo-500.hover:border-indigo-500.dark:border-slate-500.dark:hover:text-white.dark:hover:border-white.transition {:href "https://clerk.vision"} "Clerk"] [:<> " from " [:a.font-medium.border-b.border-dotted.border-slate-300.hover:text-indigo-500.hover:border-indigo-500.dark:border-slate-500.dark:hover:text-white.dark:hover:border-white.transition {:href "https://github.com/nextjournal/markdown/blob/351c26fabbd7ad161327f0f9f0a366c276693c29/CHANGELOG.md"} "CHANGELOG.md" [:<> "@" [:span.tabular-nums "351c26f"]]]]]]], :nextjournal/viewer {:name nextjournal.clerk.viewer/html-viewer, :render-fn #viewer-fn nextjournal.clerk.render/render-html, :hash "5drpr3yzJ1CcHNbRHnK2sVyn7YUmXB"}}, :open-graph {:type "article:clerk", :title "Changelog", :description nil}, :title "Changelog", :blocks [{:path [], :nextjournal/value [:div.viewer.markdown-viewer.w-full.max-w-prose.px-8 {:data-block-id "user/markdown-5dt4kQpF38Nq5ATxiWFbqmBKAMUcjv"} ["h1" {:id "changelog"} [:<> "Changelog"]] ["h2" {:id "0.6-unreleased"} [:<> "0.6 Unreleased"]] [:ul [:li [:<> [:<> "We're swapping out GraalJS in favour of "] [:a {:href "https://github.com/markdown-it/markdown-it"} [:<> "commonmark-java"]] [:<> " on the JVM side. The cljs implementation stays the same."]]] [:li [:<> [:<> "Comply with commonmark's suggested rendering of images by default ("] [:a {:href "https://github.com/nextjournal/markdown/issues/18"} [:<> "#18"]] [:<> "). This is a breaking change."]]]] ["h2" {:id "0.5.148"} [:<> "0.5.148"]] [:ul [:li [:<> [:<> "Fixes a bug in the construction of the table of contents ("] [:a {:href "https://github.com/nextjournal/markdown/issues/19"} [:<> "#19"]] [:<> ")."]]]] ["h2" {:id "0.5.146"} [:<> "0.5.146"]] [:ul [:li [:<> [:<> "Fix graaljs multithreaded access ("] [:a {:href "https://github.com/nextjournal/markdown/issues/17"} [:<> "#17"]] [:<> ")"]]]] ["h2" {:id "0.5.144"} [:<> "0.5.144"]] [:ul [:li [:<> [:<> "Disable parsing hashtags and internal links by default ("] [:a {:href "https://github.com/nextjournal/markdown/issues/14"} [:<> "#14"]] [:<> ")"]]] [:li [:<> [:<> "Allow conditional application of custom tokenizers depending on document state around the text location"]]] [:li [:<> [:<> "Arity 2 to "] [:code [:<> "nextjournal.markdown/parse"]] [:<> " was added to customize parsing options (e.g. custom tokenizers) more conveniently."]]] [:li [:<> [:<> "Support hard-breaks"]]] [:li [:<> [:<> "Fix conversion to hiccup for tables with empty cells ("] [:a {:href "https://github.com/nextjournal/markdown/issues/13"} [:<> "#13"]] [:<> ")"]]]] ["h2" {:id "0.4.138"} [:<> "0.4.138"]] [:ul [:li [:<> [:<> "Uses the official markdown-it/footnote plugin"]]] [:li [:<> [:<> "Adds optional (post-parse) handling of footnotes as sidenotes"]]]] ["h2" {:id "0.4.135"} [:<> "0.4.135"]] [:ul [:li [:<> [:<> "node-to-text transformation interprets softbreaks as spaces"]]]] ["h2" {:id "0.4.132"} [:<> "0.4.132"]] [:ul [:li [:<> [:<> "Extract and assign leading emoji from heading nodes"]]]] ["h2" {:id "0.4.130"} [:<> "0.4.130"]] [:ul [:li [:<> [:<> "Produce unique ids in attrs for header nodes"]]] [:li [:<> [:<> "Drop lambdaisland.uri dependency"]]]] ["h2" {:id "0.4.126"} [:<> "0.4.126"]] [:ul [:li [:<> [:<> "Add "] [:code [:<> "deps.cljs"]] [:<> " to classpath"]]]] ["h2" {:id "0.4.123"} [:<> "0.4.123"]] [:ul [:li [:<> [:<> "downgrade GraalJS to keep Java 8 compatibility"]]]] ["h2" {:id "0.4.116"} [:<> "0.4.116"]] [:ul [:li [:<> [:<> "Bump data.json"]]]] ["h2" {:id "0.4.112"} [:<> "0.4.112"]] [:ul [:li [:<> [:<> "Distinguish between tight and loose lists"]]]] ["h2" {:id "0.4.109"} [:<> "0.4.109"]] [:ul [:li [:<> [:a {:href "https://snapshots.nextjournal.com/markdown/build/7f5c1e24aeb3842235bc6175aa55dbd9a96d25d1/index.html#/notebooks/parsing_extensibility.clj"} [:<> "More work on parsing extensibility"]]]] [:li [:<> [:<> "A new home: "] [:a {:href "https://github.com/nextjournal/markdown"} [:<> "https://github.com/nextjournal/markdown"]]]]] ["h2" {:id "0.3.69"} [:<> "0.3.69"]] [:ul [:li [:<> [:<> "Extensible parsing of leaf text nodes"]]]] ["h2" {:id "0.2.44"} [:<> "0.2.44"]] [:ul [:li [:<> [:<> "Simplified "] [:code [:<> ":toc"]] [:<> " structure."]]]] ["h2" {:id "0.1.37"} [:<> "0.1.37"]] [:ul [:li [:<> [:<> "First Release."]]]]], :nextjournal/render-opts {:id "user/markdown-5dt4kQpF38Nq5ATxiWFbqmBKAMUcjv"}, :nextjournal/viewer {:name nextjournal.clerk.viewer/markdown-node-viewer, :render-fn #viewer-fn identity, :hash "5dsg4Bx9A9L7WvvCgamUoRtxUsmYCe"}}]}, :nextjournal/viewer {:name nextjournal.clerk.viewer/notebook-viewer, :render-fn #viewer-fn nextjournal.clerk.render/render-notebook, :hash "5duAFDxE4sCnRX71Wo6zeCpC9C3djE"}}
{:path [], :nextjournal/value {:package :directory, :toc {:path [], :nextjournal/value [{:title "Changelog", :emoji nil, :path "#changelog", :items [{:title "Unreleased", :emoji nil, :path "#unreleased", :items []} {:title "0.6.156", :emoji nil, :path "#0.6.156", :items []} {:title "0.5.148", :emoji nil, :path "#0.5.148", :items []} {:title "0.5.146", :emoji nil, :path "#0.5.146", :items []} {:title "0.5.144", :emoji nil, :path "#0.5.144", :items []} {:title "0.4.138", :emoji nil, :path "#0.4.138", :items []} {:title "0.4.135", :emoji nil, :path "#0.4.135", :items []} {:title "0.4.132", :emoji nil, :path "#0.4.132", :items []} {:title "0.4.130", :emoji nil, :path "#0.4.130", :items []} {:title "0.4.126", :emoji nil, :path "#0.4.126", :items []} {:title "0.4.123", :emoji nil, :path "#0.4.123", :items []} {:title "0.4.116", :emoji nil, :path "#0.4.116", :items []} {:title "0.4.112", :emoji nil, :path "#0.4.112", :items []} {:title "0.4.109", :emoji nil, :path "#0.4.109", :items []} {:title "0.3.69", :emoji nil, :path "#0.3.69", :items []} {:title "0.2.44", :emoji nil, :path "#0.2.44", :items []} {:title "0.1.37", :emoji nil, :path "#0.1.37", :items []}]}], :nextjournal/render-opts {:toc-visibility nil, :set-hash? true}, :nextjournal/viewer {:name nextjournal.clerk.viewer/toc-viewer, :render-fn #viewer-fn nextjournal.clerk.render.navbar/render-items, :hash "5dtesrAmYqLZQQHSMEfFTNpmLtY4nC"}}, :sidenotes? false, :atom-var-name->state #viewer-eval (nextjournal.clerk.render/intern-atoms! {}), :ns #viewer-eval (ns user), :file "CHANGELOG.md", :header {:path [], :nextjournal/value [:div.viewer.w-full.max-w-prose.px-8.not-prose.mt-3 [:div.mb-8.text-xs.sans-serif.text-slate-400 nil [:<> [:a.font-medium.border-b.border-dotted.border-slate-300.hover:text-indigo-500.hover:border-indigo-500.dark:border-slate-500.dark:hover:text-white.dark:hover:border-white.transition {:href "./../"} "Index"] [:span.mx-2 "•"]] [:span "Generated with " [:a.font-medium.border-b.border-dotted.border-slate-300.hover:text-indigo-500.hover:border-indigo-500.dark:border-slate-500.dark:hover:text-white.dark:hover:border-white.transition {:href "https://clerk.vision"} "Clerk"] [:<> " from " [:a.font-medium.border-b.border-dotted.border-slate-300.hover:text-indigo-500.hover:border-indigo-500.dark:border-slate-500.dark:hover:text-white.dark:hover:border-white.transition {:href "https://github.com/nextjournal/markdown/blob/9450e6392d7c0b7e692e3d9cb7699ff05f60d517/CHANGELOG.md"} "CHANGELOG.md" [:<> "@" [:span.tabular-nums "9450e63"]]]]]]], :nextjournal/viewer {:name nextjournal.clerk.viewer/html-viewer, :render-fn #viewer-fn nextjournal.clerk.render/render-html, :hash "5drpr3yzJ1CcHNbRHnK2sVyn7YUmXB"}}, :open-graph {:type "article:clerk", :title "Changelog", :description "..."}, :title "Changelog", :blocks [{:path [], :nextjournal/value [:div.viewer.markdown-viewer.w-full.max-w-prose.px-8 {:data-block-id "user/markdown-5dqx9h7CZLzey6c2af8NCGgcCWpVoX"} ["h1" {:id "changelog"} [:<> "Changelog"]] ["h2" {:id "unreleased"} [:<> "Unreleased"]] [:p [:<> "..."]] ["h2" {:id "0.6.156"} [:<> "0.6.156"]] [:ul [:li [:<> [:<> "Swap out GraalJS ("] [:a {:href "https://github.com/nextjournal/markdown/issues/28"} [:<> "#28"]] [:<> ") in favour of "] [:a {:href "https://github.com/markdown-it/markdown-it"} [:<> "commonmark-java"]] [:<> " on the JVM side."] [#viewer-eval nextjournal.clerk.render/inspect-presented {:nextjournal/value [:<> " "], :nextjournal/viewer {:name nextjournal.clerk.viewer/html-viewer, :render-fn #viewer-fn nextjournal.clerk.render/render-html, :hash "5drpr3yzJ1CcHNbRHnK2sVyn7YUmXB"}}] [:<> "This makes the library compatible with Java 22 and yields an approximate speedup of 10x. The clojurescript implementation stays the same."]]] [:li [:<> [:<> "Comply with commonmark rendering of images by default (see "] [:a {:href "https://github.com/nextjournal/markdown/issues/18"} [:<> "#18"]] [:<> ")."]]]] ["h2" {:id "0.5.148"} [:<> "0.5.148"]] [:ul [:li [:<> [:<> "Fixes a bug in the construction of the table of contents ("] [:a {:href "https://github.com/nextjournal/markdown/issues/19"} [:<> "#19"]] [:<> ")."]]]] ["h2" {:id "0.5.146"} [:<> "0.5.146"]] [:ul [:li [:<> [:<> "Fix graaljs multithreaded access ("] [:a {:href "https://github.com/nextjournal/markdown/issues/17"} [:<> "#17"]] [:<> ")"]]]] ["h2" {:id "0.5.144"} [:<> "0.5.144"]] [:ul [:li [:<> [:<> "Disable parsing hashtags and internal links by default ("] [:a {:href "https://github.com/nextjournal/markdown/issues/14"} [:<> "#14"]] [:<> ")"]]] [:li [:<> [:<> "Allow conditional application of custom tokenizers depending on document state around the text location"]]] [:li [:<> [:<> "Arity 2 to "] [:code [:<> "nextjournal.markdown/parse"]] [:<> " was added to customize parsing options (e.g. custom tokenizers) more conveniently."]]] [:li [:<> [:<> "Support hard-breaks"]]] [:li [:<> [:<> "Fix conversion to hiccup for tables with empty cells ("] [:a {:href "https://github.com/nextjournal/markdown/issues/13"} [:<> "#13"]] [:<> ")"]]]] ["h2" {:id "0.4.138"} [:<> "0.4.138"]] [:ul [:li [:<> [:<> "Uses the official markdown-it/footnote plugin"]]] [:li [:<> [:<> "Adds optional (post-parse) handling of footnotes as sidenotes"]]]] ["h2" {:id "0.4.135"} [:<> "0.4.135"]] [:ul [:li [:<> [:<> "node-to-text transformation interprets softbreaks as spaces"]]]] ["h2" {:id "0.4.132"} [:<> "0.4.132"]] [:ul [:li [:<> [:<> "Extract and assign leading emoji from heading nodes"]]]] ["h2" {:id "0.4.130"} [:<> "0.4.130"]] [:ul [:li [:<> [:<> "Produce unique ids in attrs for header nodes"]]] [:li [:<> [:<> "Drop lambdaisland.uri dependency"]]]] ["h2" {:id "0.4.126"} [:<> "0.4.126"]] [:ul [:li [:<> [:<> "Add "] [:code [:<> "deps.cljs"]] [:<> " to classpath"]]]] ["h2" {:id "0.4.123"} [:<> "0.4.123"]] [:ul [:li [:<> [:<> "downgrade GraalJS to keep Java 8 compatibility"]]]] ["h2" {:id "0.4.116"} [:<> "0.4.116"]] [:ul [:li [:<> [:<> "Bump data.json"]]]] ["h2" {:id "0.4.112"} [:<> "0.4.112"]] [:ul [:li [:<> [:<> "Distinguish between tight and loose lists"]]]] ["h2" {:id "0.4.109"} [:<> "0.4.109"]] [:ul [:li [:<> [:a {:href "https://snapshots.nextjournal.com/markdown/build/7f5c1e24aeb3842235bc6175aa55dbd9a96d25d1/index.html#/notebooks/parsing_extensibility.clj"} [:<> "More work on parsing extensibility"]]]] [:li [:<> [:<> "A new home: "] [:a {:href "https://github.com/nextjournal/markdown"} [:<> "https://github.com/nextjournal/markdown"]]]]] ["h2" {:id "0.3.69"} [:<> "0.3.69"]] [:ul [:li [:<> [:<> "Extensible parsing of leaf text nodes"]]]] ["h2" {:id "0.2.44"} [:<> "0.2.44"]] [:ul [:li [:<> [:<> "Simplified "] [:code [:<> ":toc"]] [:<> " structure."]]]] ["h2" {:id "0.1.37"} [:<> "0.1.37"]] [:ul [:li [:<> [:<> "First Release."]]]]], :nextjournal/render-opts {:id "user/markdown-5dqx9h7CZLzey6c2af8NCGgcCWpVoX"}, :nextjournal/viewer {:name nextjournal.clerk.viewer/markdown-node-viewer, :render-fn #viewer-fn identity, :hash "5dsg4Bx9A9L7WvvCgamUoRtxUsmYCe"}}]}, :nextjournal/viewer {:name nextjournal.clerk.viewer/notebook-viewer, :render-fn #viewer-fn nextjournal.clerk.render/render-notebook, :hash "5duAFDxE4sCnRX71Wo6zeCpC9C3djE"}}
2 changes: 1 addition & 1 deletion CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,6 @@
.toc-panel { @apply hidden; }
}
</style><script src="./../js/viewer.js" type="module"></script><link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" rel="stylesheet" type="text/css"><link href="https://fonts.bunny.net" rel="preconnect"><link href="https://fonts.bunny.net/css?family=fira-mono:400,700%7Cfira-sans:400,400i,500,500i,700,700i%7Cfira-sans-condensed:700,700i%7Cpt-serif:400,400i,700,700i" rel="stylesheet" type="text/css"></head><body class="dark:bg-gray-900"><div id="clerk"></div><script type="module">let viewer = nextjournal.clerk.sci_env
let state = "{:package :directory, :render-router :fetch-edn, :current-path \"CHANGELOG\", :resource->url {\"/js/viewer.js\" \"js/viewer.js\"}, :index #object[java.net.URL 0x8442b5b \"file:/home/runner/.gitlibs/libs/io.github.nextjournal/clerk/f7b47ebb639ea157a0f72d6a63e7f263179c72a9/src/nextjournal/clerk/index.clj\"]}".replaceAll('nextjournal.clerk.view/escape-closing-script-tag', 'script')
let state = "{:package :directory, :render-router :fetch-edn, :current-path \"CHANGELOG\", :resource->url {\"/js/viewer.js\" \"js/viewer.js\"}, :index #object[java.net.URL 0x46a9db51 \"file:/home/runner/.gitlibs/libs/io.github.nextjournal/clerk/f7b47ebb639ea157a0f72d6a63e7f263179c72a9/src/nextjournal/clerk/index.clj\"]}".replaceAll('nextjournal.clerk.view/escape-closing-script-tag', 'script')
viewer.init(viewer.read_string(state))
</script></body></html>
2 changes: 1 addition & 1 deletion README.edn

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,6 @@
.toc-panel { @apply hidden; }
}
</style><script src="./../js/viewer.js" type="module"></script><link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" rel="stylesheet" type="text/css"><link href="https://fonts.bunny.net" rel="preconnect"><link href="https://fonts.bunny.net/css?family=fira-mono:400,700%7Cfira-sans:400,400i,500,500i,700,700i%7Cfira-sans-condensed:700,700i%7Cpt-serif:400,400i,700,700i" rel="stylesheet" type="text/css"></head><body class="dark:bg-gray-900"><div id="clerk"></div><script type="module">let viewer = nextjournal.clerk.sci_env
let state = "{:package :directory, :render-router :fetch-edn, :current-path \"README\", :resource->url {\"/js/viewer.js\" \"js/viewer.js\"}, :index #object[java.net.URL 0x8442b5b \"file:/home/runner/.gitlibs/libs/io.github.nextjournal/clerk/f7b47ebb639ea157a0f72d6a63e7f263179c72a9/src/nextjournal/clerk/index.clj\"]}".replaceAll('nextjournal.clerk.view/escape-closing-script-tag', 'script')
let state = "{:package :directory, :render-router :fetch-edn, :current-path \"README\", :resource->url {\"/js/viewer.js\" \"js/viewer.js\"}, :index #object[java.net.URL 0x46a9db51 \"file:/home/runner/.gitlibs/libs/io.github.nextjournal/clerk/f7b47ebb639ea157a0f72d6a63e7f263179c72a9/src/nextjournal/clerk/index.clj\"]}".replaceAll('nextjournal.clerk.view/escape-closing-script-tag', 'script')
viewer.init(viewer.read_string(state))
</script></body></html>
Loading

0 comments on commit 443207b

Please sign in to comment.