strip xml tags from the markdown source

This commit is contained in:
yggverse 2026-03-13 20:41:51 +02:00
parent b6b8f96bba
commit 563b228e9e
3 changed files with 10 additions and 4 deletions

7
Cargo.lock generated
View file

@ -23,6 +23,7 @@ dependencies = [
"regex",
"rusqlite",
"sourceview5",
"strip-tags",
"syntect",
]
@ -1369,6 +1370,12 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
[[package]]
name = "strip-tags"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd2b127e68202f5f285a116f616d5d11735cca5e4befaea0347becd445b05b2"
[[package]]
name = "syn"
version = "2.0.117"