diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-29 14:29:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 20:29:00 +0200 |
commit | e6f4c8f5310fbdb969eecd5613047059f714d517 (patch) | |
tree | 858fbbfb2e369ac50d75870fe15d5f3171aee6f1 /cli | |
parent | 48daf2dc88c2ec340af37a176fd9351010b38929 (diff) |
fix(fmt/md): better handling of lists in block quotes (#23604)
* https://github.com/dprint/dprint-plugin-markdown/pull/94
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index dba61e18e..8559c3bbc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -98,7 +98,7 @@ dissimilar = "=1.0.4" dotenvy = "0.15.7" dprint-plugin-json = "=0.19.2" dprint-plugin-jupyter = "=0.1.3" -dprint-plugin-markdown = "=0.16.4" +dprint-plugin-markdown = "=0.17.0" dprint-plugin-typescript = "=0.90.4" env_logger = "=0.10.0" fancy-regex = "=0.10.0" |