summary refs log tree commit diff
path: root/src/test/rustdoc/issue-31899.rs
AgeCommit message (Collapse)AuthorLines
2016-02-27Clearly separate code blocks from other blocksmitaa-0/+70
For summary descriptions we need the first paragraph (adjacent lines until a blank line) - but the rendered markdown of a code block did not leave a blank line in the html and was thus included in the summary line.