Closed devth closed 5 years ago
Cryogen uses a plugin system for loading different markup compilers. The leiningen template defaults to cryogen-markdown
which in turn uses markdown-clj
.
I think it supports GFM tables (at least according to the demo site) but if it doesn't you could try switching it out for a different compiler.
Yep demo site looks good. I'm not sure why it didn't render correctly for me. Will investigate further. Thanks.
With a quick look I couldn't figure out which lib is doing the markdown compiling. I'm guessing table support would be based on whether our markdown compiler supports it.
GFM Tables