Open mcgear opened 2 months ago
Uppon further look, it seems the render is working. The issue happens in mod.ts at this line:
import sanitizeHtml from "npm:sanitize-html@^2.11";
Yep seeing the same thing over here while attempting to integrate into a small Fresh app.
https://github.com/denoland/deno-gfm/issues/119
We use esbuild to compile a control that is delivered to the client. This was previously working, we just upgraded to JSR and now with the latest version of GFM (0.8.2), we are getting error:
We are in the process of checking older version to see if they work, 0.7.0 does not seem to work either.