devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
indy 2021-05-04T15:26:06.002100Z

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

indy 2021-05-04T16:33:16.004100Z

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 😪