]> git.lizzy.rs Git - rust.git/commit
rustdoc: Don't escape contents of headers
authorAlex Crichton <alex@alexcrichton.com>
Thu, 6 Mar 2014 17:34:04 +0000 (09:34 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 6 Mar 2014 17:34:04 +0000 (09:34 -0800)
commit9f6bcedb6767dafbb65d6536429eccea2c600103
tree16a8bd0eb391283e4550c9940e366c6e15954377
parentfb80b384f4b6611ce4d880991a1026e93acdd6f7
rustdoc: Don't escape contents of headers

Turns out sundown has already escaped this content for us, so there's no need
for us to escape it again.

Closes #12736
src/librustdoc/html/markdown.rs