Merge pull request #2853 from ehuss/markdown-outdated-comment
Remove outdated comment in mdbook-markdown
This commit is contained in:
commit
9fae3c88eb
1 changed files with 0 additions and 4 deletions
|
|
@ -4,10 +4,6 @@
|
||||||
//! [mdBook](https://rust-lang.github.io/mdBook/). The [`pulldown_cmark`]
|
//! [mdBook](https://rust-lang.github.io/mdBook/). The [`pulldown_cmark`]
|
||||||
//! crate is used as the underlying parser. This crate re-exports
|
//! crate is used as the underlying parser. This crate re-exports
|
||||||
//! [`pulldown_cmark`] so that you can access its types.
|
//! [`pulldown_cmark`] so that you can access its types.
|
||||||
//!
|
|
||||||
//! The parser in this library adds several modifications to the
|
|
||||||
//! [`pulldown_cmark`] event stream. For example, it adjusts some links,
|
|
||||||
//! modifies the behavior of footnotes, and adds various HTML wrappers.
|
|
||||||
|
|
||||||
use pulldown_cmark::{Options, Parser};
|
use pulldown_cmark::{Options, Parser};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue