Give code spans in markdown a background highlight

This commit is contained in:
Max Brunsfeld 2023-04-27 13:58:30 -07:00
parent 8eb9c6563a
commit 6042df393b
2 changed files with 70 additions and 37 deletions

View file

@ -55,7 +55,7 @@ log.workspace = true
ordered-float.workspace = true
parking_lot.workspace = true
postage.workspace = true
pulldown-cmark = { version = "0.9.1", default-features = false }
pulldown-cmark = { version = "0.9.2", default-features = false }
rand = { workspace = true, optional = true }
serde.workspace = true
serde_derive.workspace = true