pulldown-cmark-toc 0.1.1

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

[dependencies]
lazy_static = "1.4.0"
pulldown-cmark = "0.7.2"
regex = "1.3.9"