Skip to content

Commit b34ad4b

Browse files
committed
update & configure cmark to render three backticks
1 parent c4d4869 commit b34ad4b

File tree

5 files changed

+175
-173
lines changed

5 files changed

+175
-173
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_ide/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ indexmap = "1.3.2"
1717
itertools = "0.9.0"
1818
log = "0.4.8"
1919
rustc-hash = "1.1.0"
20-
url = "*"
21-
pulldown-cmark-to-cmark = "4.0.2"
20+
url = "2.1.1"
21+
pulldown-cmark-to-cmark = "5.0.0"
2222
pulldown-cmark = {version = "0.7.2", default-features = false}
2323
oorandom = "11.1.2"
2424

0 commit comments

Comments
 (0)