nextjournal

mkvlr 2025-06-12T15:44:44.849929Z

mk@mkmin ~> bb --version
babashka v1.12.201
mk@mkmin ~> bb -e '(nextjournal.markdown/parse "# Hello 👋\n\nNextjournal **markdown!** just landed in bb!")'
{:toc {:type :toc, :children [{:type :toc, :heading-level 1, :content [{:type :text, :text "Hello 👋"}], :attrs {:id "hello-👋"}, :path [:content 0]}]}, :footnotes [], :content [{:type :heading, :heading-level 1, :content [{:type :text, :text "Hello 👋"}], :attrs {:id "hello-👋"}} {:type :paragraph, :content [{:type :text, :text "Nextjournal "} {:type :strong, :content [{:type :text, :text "markdown!"}]} {:type :text, :text " just landed in bb!"}]}], :type :doc, :title "Hello 👋"}

🎉 3
borkdude 2025-06-12T15:45:35.145069Z

🚀