mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
strip xml tags from the markdown source
This commit is contained in:
parent
b6b8f96bba
commit
563b228e9e
3 changed files with 10 additions and 4 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue