scicloj / clay

A REPL-friendly Clojure tool for notebooks and datavis
https://scicloj.github.io/clay/
Eclipse Public License 1.0
134 stars 13 forks source link

avoid unnecessary [:p] element for fragments #145

Closed timothypratley closed 2 months ago

timothypratley commented 3 months ago

An example where this matters is creating ordered or unordered lists in markdown...

Currently a <p> is created incorrectly.

daslu commented 2 months ago

@timothypratley Thanks for figuring this out!

I'm merging and will test more carefully before the next release.