Skip to content

Commit

Permalink
Update to the latest comrak and ammonia for processing markdown
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jtgeibel committed Mar 12, 2019
1 parent a1e04e4 commit f3b97d1
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 48 deletions.
Loading

0 comments on commit f3b97d1

Please sign in to comment.