Skip to content

Commit 9fae3c8

Browse files
authored
Merge pull request #2853 from ehuss/markdown-outdated-comment
Remove outdated comment in mdbook-markdown
2 parents e5386f9 + 8159dea commit 9fae3c8

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)