Docs.rs
markdown-0.3.0
markdown 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
johannhof
wooorm
Dependencies
lazy_static ^1.4.0
normal
pipeline ^0.5
normal
regex ^1
normal
difference ^0.4
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
markdown
0.3.0
markdown
Function
tokenize
Copy item path
Source
pub fn tokenize(text: &
str
) ->
Vec
<
Block
>
Expand description
Converts a Markdown string to a tokenset of Markdown items