deno-gfm
deno-gfm copied to clipboard
mdx support
Just curious, will there be support for mdx added?
I too would like to know this.
Wonder if there is way to accomplish this with islands in fresh 🤔... Gonna go do some research.
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.
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.
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.
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.
+1 on @Mrashes, especially since crowlKats seems to give an answer over at #20 as well