Hello all, I can't seem to render markdown properly. The various headlines and bullets don't render as expected. I am using shadow-cljs
. What am I missing?
(defcard-doc
"# Headline 1
## Headline 2
### Headline 2
* Bullet 1
* Bullet 2")
Figured it, not a problem with devcards or shadow-cljs + showdown. Removed tailwind and it worked. Should've just checked if the dom had the expected headings 😪