denoland / website_feedback

For reporting issues & suggestions for deno.com and deno.land
9 stars 1 forks source link

Support GitHub Flavored Markdown (GHFM) #46

Open Potherca opened 1 year ago

Potherca commented 1 year ago

Currently, the site for Deno Third Party Modules (a.k.a. deno.land/x) shows the output of markdown files (for instance README.md) as HTML.

As a lot of the modules are hosted on GitHub, such markdown files often use GitHub Flavored Markdown (GHFM).

GHFM adds a few extensions to plain markdown, such as strikethrough and tables.

however, deno.land/x does not seem to support these, causing rendering to break for such files.

For example https://deno.land/x/Thread:

GitHub x
image image

Could a package / parser be used that actually supports GHFM?

kLiHz commented 3 months ago

Looks like denoland/deno-gfm works fine with GFM. I'm wondering if they're currently using this module?