cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
practicalli-john 2019-10-22T13:08:26.001600Z

Cryogen seems to have a problem generating tables from markdown. The table html tags are created, but they have no content inside them. Is this a known issue or am I missing something?

jeff.terrell 2019-10-22T16:20:11.002600Z

That sounds like an issue in markdown-clj to me. If I were you I'd try using markdown-clj directly and see if you get the correct table output from your input markdown. https://github.com/yogthos/markdown-clj

👍 1
jeff.terrell 2019-10-22T16:21:02.003500Z

In general one of the things I'd like to improve with cryogen is the ability to use a different markdown engine. At this point it's doubtful that I will ever get around to it, but it's somewhere on the list of my rainy day activities.