shardbox / shardbox-web

Webapp for shardbox.org
https://www.shardbox.org/
MIT License
10 stars 3 forks source link

Markdown tables don't look right on website #3

Open Calamari opened 4 years ago

Calamari commented 4 years ago

Just check under "Options" of https://shardbox.org/shards/markd, there you see the markdown table source, but that is pretty much unreadable.

Not quite sure if this issue belongs to …-core or …-web, but I assume it belongs rather here?

Calamari commented 4 years ago

And a site note: I like this project :) great overview over available shards! :+1:

straight-shoota commented 4 years ago

Thanks 👍

Markdown rendering is entirely part of the web app, that's correct. But it uses markd for rendering, which currently doesn't support GFM table syntax. So yes, it can't even render its own readme... The issue is essentially icyleaf/markd#4

straight-shoota commented 4 years ago

An option would be to switch to cr-cmark-gfm (bindings to libcmark-gfm) for the time being. But I'd actually prefer to improve markd so we can have a native Crystal solution. Maybe having broken tables on shardbox helps to push the issue 😏

Calamari commented 4 years ago

Aha, good to know. Well, then someone should get on it :D