fix doctest
This commit is contained in:
parent
bda584386e
commit
6a38e6176b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
//! ```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue