summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-01-19 19:04:33 -0500
committerGitHub <noreply@github.com>2022-01-20 01:04:33 +0100
commit1ec07368b40cc69c1c0e45d45cfbae19500e25bf (patch)
tree9b6ede714c5368e1127eca4250ccaa7af2be8bef /cli
parentf73a5fbc89c1e1255ae886b1dfe23329d7ad8713 (diff)
fix(fmt): markdown formatting should not remove backslashed backslash at start of paragraph (#13429)
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 1e5c1781e..a1ba34987 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -62,7 +62,7 @@ clap_complete_fig = "=3.0.2"
data-url = "=0.1.1"
dissimilar = "=1.0.2"
dprint-plugin-json = "=0.14.0"
-dprint-plugin-markdown = "=0.12.0"
+dprint-plugin-markdown = "=0.12.1"
dprint-plugin-typescript = "=0.62.0"
encoding_rs = "=0.8.29"
env_logger = "=0.8.4"