pulldown-cmark-toc 0.5.0

Generate a table of contents from a Markdown document.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "pulldown-cmark-toc"
version = "0.5.0"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "Generate a table of contents from a Markdown document."
readme = "README.md"
repository = "https://github.com/rossmacarthur/pulldown-cmark-toc"
license = "MIT OR Apache-2.0"
keywords = ["toc", "markdown", "commonmark", "pulldown-cmark", "github"]
categories = ["text-processing"]

[dependencies]
once_cell = "1.18.0"
pulldown-cmark = { version = "0.11", default-features = false }
regex = "1.9.3"