Closed deer closed 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.
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.