Code blocks get rendered without line breaks (#122)

This commit is contained in:
Ulyssa 2023-07-07 21:42:14 -07:00
parent 6e8e12b579
commit b1ccec6732
No known key found for this signature in database
GPG key ID: F2873CA2997B83C5
4 changed files with 148 additions and 3 deletions

View file

@ -66,6 +66,7 @@ features = ["macros", "net", "rt-multi-thread", "sync", "time"]
[dev-dependencies]
lazy_static = "1.4.0"
pretty_assertions = "1.4.0"
[profile.release]
lto = true