markdown-it-footnotes 0.1.0

Creates footnotes and lists of footnotes in Markdown documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "markdown-it-footnotes"
version = "0.1.0"
license = "BSD-3-Clause"
description = "Creates footnotes and lists of footnotes in Markdown documents."
readme = "README.md"
edition.workspace = true
repository.workspace = true

[dependencies]
markdown-it.workspace = true

[dev-dependencies]
testing.workspace = true
rstest.workspace = true