summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-08-28 08:28:06 -0400
committerGitHub <noreply@github.com>2023-08-28 12:28:06 +0000
commitebfead10211ad406a4f398e5fe22cca67fcf69a5 (patch)
treeee1b28317b2d6db9745a81aa09e99fec25d40464 /cli
parentc2547ba039096d2f8e07a2fd89360956ac94014a (diff)
fix(fmt/markdown): ignore trailing words in code block info string for language detection (#20310)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index bd3e97e9f..72d75293e 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -74,7 +74,7 @@ console_static_text.workspace = true
data-url.workspace = true
dissimilar = "=1.0.4"
dprint-plugin-json = "=0.17.4"
-dprint-plugin-markdown = "=0.15.3"
+dprint-plugin-markdown = "=0.16.0"
dprint-plugin-typescript = "=0.86.2"
encoding_rs.workspace = true
env_logger = "=0.10.0"