You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to the latest comrak and ammonia for processing markdown
The latest version of `comrak` requires an explicit opt-in to produce
unsanitized output (the previous default). We already sanitize the
output with `ammonia` and `comrak`'s sanitized output is too
restrictive, causing 5 tests to fail.
Refs: rust-lang#1265
0 commit comments