Hi, I’ve been using Jekyll for a few years. Now I want to upgrade to 4.2 and I have problems with the MD-HTML parser from Jekyll code to HTML. I have been using redcarpet and the code does not work with other markdown renderers like kramdown. Is there any way to use redcarpet or another better markdown parser? I think the main problem is that I am using csv-database in some FOR loops!
Is there anyone who has the same problems or a solution?
Is “csv-database” a particular feature of Redcarpet? Certainly Kramdown can be used in a Liquid loop that accesses CSV data from Jekyll’s _data directory.
Here’s an older topic that discusses the removal of alternate Markdown engines:
Hi chuckhoupt, thank you very much for your reply. Sorry, but I don’t understand this decision, because I read that redcarpet is a long term project in Git. Well i want a long term solution though! Can I ask you what you mean: Is it a possibility that I try to convert my csv data to xml format data to use in kramdown or would a csv usage somehow still be possible? Do you have any idea? Thanks Norbert
Hi Chuck, yes I do the same mechanism (but without “-%” ?) with redcarped, but with kramdown it doesn’t work :-(!
I will test the code and answer you afterwards! Thanks Norbert
{% for pictdb2 in site.data.pictdb2s %}
{% if pictdb2.status contains “whng” %}