Fork me on GitHub
#cryogen
<
2019-10-22
>
practicalli-johnny13:10:26

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.terrell16:10:11

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

👍 4
jeff.terrell16:10:02

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.