about summary refs log tree commit diff
path: root/src/test/rustdoc/test-lists.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-5/+9
Instead of rendering all of the HTML in rustdoc this relies on pulldown-cmark's `push_html` to do most of the work. A few iterator adapters are used to make rustdoc specific modifications to the output. This also fixes MarkdownHtml and link titles in plain_summary_line.
2017-04-04Handle ordered lists as wellGuillaume Gomez-0/+32