diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-08 11:38:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-08 16:38:42 +0000 |
| commit | 1b7d5937d94da0e05ac9108c3e1544d6791b2fc9 (patch) | |
| tree | e140643b2890d0c740969a0207aa755ae0330499 /.dprint.json | |
| parent | f3d25af61cf8b36d858080585dda4a2a8de0eaad (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 '.dprint.json')
| -rw-r--r-- | .dprint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dprint.json b/.dprint.json index ef5c870a6..e6df0be04 100644 --- a/.dprint.json +++ b/.dprint.json @@ -57,7 +57,7 @@ "plugins": [ "https://plugins.dprint.dev/typescript-0.87.1.wasm", "https://plugins.dprint.dev/json-0.17.4.wasm", - "https://plugins.dprint.dev/markdown-0.16.0.wasm", + "https://plugins.dprint.dev/markdown-0.16.1.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072" ] |
