From 4521e09538b0cb2b81efe1da94b2c030ac50eb94 Mon Sep 17 00:00:00 2001 From: zampino <> Date: Fri, 27 Sep 2024 13:51:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20nextjour?= =?UTF-8?q?nal/markdown@351c26fabbd7ad161327f0f9f0a366c276693c29=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.edn | 2 +- CHANGELOG/index.html | 2 +- README.edn | 2 +- README/index.html | 2 +- index.edn | 2 +- index.html | 2 +- js/viewer.js | 3001 ++++++++++---------- notebooks/benchmarks.edn | 2 +- notebooks/benchmarks/index.html | 2 +- notebooks/images.edn | 2 +- notebooks/images/index.html | 2 +- notebooks/pandoc.edn | 2 +- notebooks/pandoc/index.html | 2 +- notebooks/parsing_extensibility.edn | 2 +- notebooks/parsing_extensibility/index.html | 2 +- notebooks/tight_lists.edn | 2 +- notebooks/tight_lists/index.html | 2 +- notebooks/try.edn | 2 +- notebooks/try/index.html | 2 +- 19 files changed, 1518 insertions(+), 1519 deletions(-) diff --git a/CHANGELOG.edn b/CHANGELOG.edn index 508c848..a19faef 100644 --- a/CHANGELOG.edn +++ b/CHANGELOG.edn @@ -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/0fe5eed308834cbc7b3f01df5c20cf674fe42be2/CHANGELOG.md"} "CHANGELOG.md" [:<> "@" [:span.tabular-nums "0fe5eed"]]]]]]], :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"}} \ No newline at end of file +{: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"}} \ No newline at end of file diff --git a/CHANGELOG/index.html b/CHANGELOG/index.html index fe225d4..2dacd09 100644 --- a/CHANGELOG/index.html +++ b/CHANGELOG/index.html @@ -446,6 +446,6 @@ .toc-panel { @apply hidden; } }