Fork me on GitHub
#devcards
<
2021-05-04
>
indy15:05:06

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")

indy16:05:16

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 😪