summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-09-08 11:38:42 -0500
committerGitHub <noreply@github.com>2023-09-08 16:38:42 +0000
commit1b7d5937d94da0e05ac9108c3e1544d6791b2fc9 (patch)
treee140643b2890d0c740969a0207aa755ae0330499 /cli
parentf3d25af61cf8b36d858080585dda4a2a8de0eaad (diff)
fix(fmt/markdown): improve ignore comment handling (#20421)
Two bug fixes: * https://github.com/dprint/dprint-plugin-markdown/pull/85 * https://github.com/dprint/dprint-plugin-markdown/pull/84
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 7a68185cf..84ecf7ac5 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.16.0"
+dprint-plugin-markdown = "=0.16.1"
dprint-plugin-typescript = "=0.87.1"
encoding_rs.workspace = true
env_logger = "=0.10.0"