Skip to content

Commit

Permalink
Rollup merge of rust-lang#41112 - ollie27:rustdoc_pull, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
rustdoc: Use pulldown-cmark for Markdown HTML rendering

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.

https://ollie27.github.io/rust_doc_test/ is the docs built with this change and rust-lang#41111.

Part of rust-lang#40912.

cc @GuillaumeGomez

r? @steveklabnik
  • Loading branch information
frewsxcv authored Apr 6, 2017
2 parents 202be73 + f9fb381 commit f129c0c
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 483 deletions.
Loading

0 comments on commit f129c0c

Please sign in to comment.