]> git.lizzy.rs Git - rust.git/commit
Allow # to appear in rustdoc code output.
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sat, 6 May 2017 13:08:41 +0000 (07:08 -0600)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Sun, 7 May 2017 00:07:04 +0000 (18:07 -0600)
commitffe12b1274732e791e117d8cc79b3db0f4161956
tree1673e486efbc04474e065a988f1204d6e52ca809
parenta6ab049ed1db09f693df7d33046b3980f56751c1
Allow # to appear in rustdoc code output.

"##" at the start of a trimmed rustdoc line is now cut to "#" and then
shown. If the user wanted to show "##", they can type "###".
src/librustdoc/html/markdown.rs
src/test/rustdoc/issue-41783.rs [new file with mode: 0644]