mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 12:28:50 +00:00
fix(fmt): regression with pipe in code blocks in tables (#25098)
This commit is contained in:
parent
48701c19f8
commit
a20418e2e8
@ -67,7 +67,7 @@
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.91.6.wasm",
|
||||
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.17.4.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.17.5.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.6.2.wasm",
|
||||
"https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0",
|
||||
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.4.0.wasm"
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2481,9 +2481,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dprint-plugin-markdown"
|
||||
version = "0.17.4"
|
||||
version = "0.17.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8b2748618896a9206d21762a64a1d57be380f13e3e6774163d42395ca5bdf2f1"
|
||||
checksum = "2f1d74e1b3481450e956c35a68e0a5e795796adb13e100d19b6971b9cb531824"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dprint-core",
|
||||
|
@ -101,7 +101,7 @@ dissimilar = "=1.0.4"
|
||||
dotenvy = "0.15.7"
|
||||
dprint-plugin-json = "=0.19.3"
|
||||
dprint-plugin-jupyter = "=0.1.3"
|
||||
dprint-plugin-markdown = "=0.17.4"
|
||||
dprint-plugin-markdown = "=0.17.5"
|
||||
dprint-plugin-typescript = "=0.91.6"
|
||||
env_logger = "=0.10.0"
|
||||
fancy-regex = "=0.10.0"
|
||||
|
Loading…
Reference in New Issue
Block a user