cryogen-project / cryogen-core

Cryogen's core
Eclipse Public License 1.0
69 stars 62 forks source link

Support for GFM tables #114

Closed devth closed 5 years ago

devth commented 5 years ago

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

lacarmen commented 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.

devth commented 5 years ago

Yep demo site looks good. I'm not sure why it didn't render correctly for me. Will investigate further. Thanks.