We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5386f9 commit 8159deaCopy full SHA for 8159dea
crates/mdbook-markdown/src/lib.rs
@@ -4,10 +4,6 @@
4
//! [mdBook](https://rust-lang.github.io/mdBook/). The [`pulldown_cmark`]
5
//! crate is used as the underlying parser. This crate re-exports
6
//! [`pulldown_cmark`] so that you can access its types.
7
-//!
8
-//! The parser in this library adds several modifications to the
9
-//! [`pulldown_cmark`] event stream. For example, it adjusts some links,
10
-//! modifies the behavior of footnotes, and adds various HTML wrappers.
11
12
use pulldown_cmark::{Options, Parser};
13
0 commit comments