We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda5843 commit 6a38e61Copy full SHA for 6a38e61
src/librustdoc/html/markdown.rs
@@ -21,7 +21,7 @@
21
//! use rustdoc::html::markdown::Markdown;
22
//!
23
//! let s = "My *markdown* _text_";
24
-//! let html = format!("{}", Markdown(s));
+//! let html = format!("{}", Markdown(s, &[]));
25
//! // ... something using html
26
//! ```
27
0 commit comments