denoland / deno-gfm

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

fix: support task lists #106

Closed deer closed 9 months ago

deer commented 9 months ago

closes https://github.com/denoland/deno-gfm/issues/104

This is a pretty common feature, so I thought we should support it by default. (As opposed to custom tags/attributes, via https://github.com/denoland/deno-gfm/pull/95.)

The problem was that the output was getting sanitized away by the sanitizer. Now we'll stop doing that.