From 631d931973fbb7d2e01e1aeb87a33dd9d63ec38e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 26 Aug 2024 14:36:24 -0400 Subject: fix(fmt/markdown): fix regression with multi-line footnotes and inline math (#25222) What happened in this specific case was the parser used to actually treat these as code block. Now it treats it as a multi-paragraph footnote and that caused the issue - https://github.com/dprint/dprint-plugin-markdown/pull/121/files --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6034145a6..8eeef8cb3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -102,7 +102,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.6" +dprint-plugin-markdown = "=0.17.8" dprint-plugin-typescript = "=0.91.6" env_logger = "=0.10.0" fancy-regex = "=0.10.0" -- cgit v1.2.3