1
Fork 0

fix doctest

This commit is contained in:
QuietMisdreavus 2018-03-16 13:29:20 -05:00
parent bda584386e
commit 6a38e6176b

View file

@ -21,7 +21,7 @@
//! use rustdoc::html::markdown::Markdown;
//!
//! let s = "My *markdown* _text_";
//! let html = format!("{}", Markdown(s));
//! let html = format!("{}", Markdown(s, &[]));
//! // ... something using html
//! ```