Skip to content

Commit 8159dea

Browse files
committed
Remove outdated comment in mdbook-markdown
I missed this in #2844.
1 parent e5386f9 commit 8159dea

File tree

1 file changed

+0
-4
lines changed
  • crates/mdbook-markdown/src

1 file changed

+0
-4
lines changed

crates/mdbook-markdown/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
//! [mdBook](https://rust-lang.github.io/mdBook/). The [`pulldown_cmark`]
55
//! crate is used as the underlying parser. This crate re-exports
66
//! [`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.
117
128
use pulldown_cmark::{Options, Parser};
139

0 commit comments

Comments
 (0)