[package]
authors.workspace = true
categories.workspace = true
description = "Recognised Markdown document facts with stable source coordinates"
edition.workspace = true
keywords.workspace = true
license.workspace = true
name = "mdwright-document"
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
mdwright-math = { workspace = true }
pulldown-cmark = { workspace = true }
regex = { workspace = true }
rustc-hash = { workspace = true }
tracing = { workspace = true }
[lints]
workspace = true
[lib]
doctest = false