denoland / deno-gfm

Server-side GitHub Flavored Markdown rendering for Deno
https://jsr.io/@deno/gfm
MIT License
219 stars 33 forks source link

mdx support #17

Open yidingww opened 2 years ago

yidingww commented 2 years ago

Just curious, will there be support for mdx added?

KorigamiK commented 2 years ago

I too would like to know this.

greym0uth commented 2 years ago

Wonder if there is way to accomplish this with islands in fresh 🤔... Gonna go do some research.

hashrock commented 1 year ago

As long as GitHub does not support mdx, I don't think it is in the scope of this repository. The need for hydration would also made this difficult.

lino-levan commented 1 year ago

This could definitely be hacked together, but I agree with @hashrock on the fact that this is out of scope. A third-party module using deno-gfm could definitely make it possible to support mdx.

lino-levan commented 1 year ago

Over at Pyro, I did go ahead and hack together an implementation. It's not actually that bad. This has reinforced my previous belief that this should not be done by deno-gfm core.

Mrashes commented 1 month ago

Based on all that I'm seeing with this issue, it should probably be closed. Not sure who can do that but closing this and identifying it as OOS would be great.

agorushkin commented 1 month ago

+1 on @Mrashes, especially since crowlKats seems to give an answer over at #20 as well