diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-08-28 08:28:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 12:28:06 +0000 |
| commit | ebfead10211ad406a4f398e5fe22cca67fcf69a5 (patch) | |
| tree | ee1b28317b2d6db9745a81aa09e99fec25d40464 /.dprint.json | |
| parent | c2547ba039096d2f8e07a2fd89360956ac94014a (diff) | |
fix(fmt/markdown): ignore trailing words in code block info string for language detection (#20310)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json index 29ac6d825..48e8304b0 100644 --- a/.dprint.json +++ b/.dprint.json @@ -55,9 +55,9 @@ "ext/websocket/autobahn/reports" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.86.1.wasm", + "https://plugins.dprint.dev/typescript-0.86.2.wasm", "https://plugins.dprint.dev/json-0.17.4.wasm", - "https://plugins.dprint.dev/markdown-0.15.3.wasm", + "https://plugins.dprint.dev/markdown-0.16.0.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072" ] |
