diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-11 13:35:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 18:35:45 +0000 |
| commit | 8c3c02354d6278e06561aff3cc5847407dcc0244 (patch) | |
| tree | b6c549b758aa0d0c3e8972a277af69454daa5454 /.dprint.json | |
| parent | d0a53c3ce509d8a012315d8008a33c03802fc70c (diff) | |
fix(fmt): better handling of link reference definitions when formatting markdown (#17352)
Two fixes:
- https://github.com/dprint/dprint-plugin-markdown/pull/75
- https://github.com/dprint/dprint-plugin-markdown/pull/73
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 c455626cc..4c792e4db 100644 --- a/.dprint.json +++ b/.dprint.json @@ -45,7 +45,7 @@ "plugins": [ "https://plugins.dprint.dev/typescript-0.80.2.wasm", "https://plugins.dprint.dev/json-0.17.0.wasm", - "https://plugins.dprint.dev/markdown-0.15.1.wasm", + "https://plugins.dprint.dev/markdown-0.15.2.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab" ] |
