diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-01-19 19:04:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-20 01:04:33 +0100 |
| commit | 1ec07368b40cc69c1c0e45d45cfbae19500e25bf (patch) | |
| tree | 9b6ede714c5368e1127eca4250ccaa7af2be8bef /.dprint.json | |
| parent | f73a5fbc89c1e1255ae886b1dfe23329d7ad8713 (diff) | |
fix(fmt): markdown formatting should not remove backslashed backslash at start of paragraph (#13429)
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 7a88cdff3..c2664e13a 100644 --- a/.dprint.json +++ b/.dprint.json @@ -43,7 +43,7 @@ "plugins": [ "https://plugins.dprint.dev/typescript-0.61.0.wasm", "https://plugins.dprint.dev/json-0.14.0.wasm", - "https://plugins.dprint.dev/markdown-0.12.0.wasm", + "https://plugins.dprint.dev/markdown-0.12.1.wasm", "https://plugins.dprint.dev/toml-0.5.3.wasm" ] } |
