]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnik
authorbors <bors@rust-lang.org>
Wed, 29 Mar 2017 07:06:13 +0000 (07:06 +0000)
committerbors <bors@rust-lang.org>
Wed, 29 Mar 2017 07:06:13 +0000 (07:06 +0000)
Replace hoedown with pull in rustdoc

cc @rust-lang/docs

1  2 
src/librustdoc/html/render.rs
src/librustdoc/markdown.rs

Simple merge
index 5fadda030a4b41c5bc7798375ae6848694a3dbba,d29e98f8fe105bbefa67f4aecaaefbbfa5386d33..5cc0f03e1f629f4ff3021684d766a13640ebe15a
@@@ -25,10 -25,10 +25,10 @@@ use externalfiles::{ExternalHtml, LoadS
  use html::render::reset_ids;
  use html::escape::Escape;
  use html::markdown;
- use html::markdown::{Markdown, MarkdownWithToc, find_testable_code};
+ use html::markdown::{Markdown, MarkdownWithToc, MarkdownOutputStyle, find_testable_code};
  use test::{TestOptions, Collector};
  
 -/// Separate any lines at the start of the file that begin with `%`.
 +/// Separate any lines at the start of the file that begin with `# ` or `%`.
  fn extract_leading_metadata<'a>(s: &'a str) -> (Vec<&'a str>, &'a str) {
      let mut metadata = Vec::new();
      let mut count = 0;