pulldown-cmark-toc 0.2.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
17
[dependencies.pulldown-cmark]
version = "0.9.3"

[dependencies.regex-macro]
version = "0.2.0"

[package]
authors = ["Ross MacArthur <ross@macarthur.io>"]
categories = ["text-processing"]
description = "Generate a table of contents from a Markdown document."
edition = "2018"
keywords = ["markdown", "commonmark", "table", "contents"]
license = "MIT OR Apache-2.0"
name = "pulldown-cmark-toc"
readme = "README.md"
repository = "https://github.com/rossmacarthur/pulldown-cmark-toc"
version = "0.2.0"