denoland / deno-gfm

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

suggestion: support not sanitizing html #31

Closed lino-levan closed 1 year ago

lino-levan commented 1 year ago

There are a lot of times when you are writing a blog yourself and would like to have some interactive parts. Disabling html sanitization makes sense as an option for this use case imo.

This is blocking any action on https://github.com/denoland/deno_blog/issues/108