Import logic from crate md2tex

Source: https://github.com/lbeckman314/md2tex/blob/25fa878ccce122c224c24659ee1c1dd30c8a5d51/src/lib.rs
This commit is contained in:
2022-10-03 17:40:16 +02:00
parent 958fd07bed
commit e6236810d3
3 changed files with 249 additions and 7 deletions
Generated
+10
View File
@@ -304,6 +304,15 @@ version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "core-foundation"
version = "0.9.3"
@@ -1178,6 +1187,7 @@ name = "md2pdf"
version = "0.0.3"
dependencies = [
"clap 4.0.8",
"convert_case",
"lopdf",
"pretty_assertions",
"pulldown-cmark",