Describe the bug
indented codeblocks, which are used for mkdocs admonitions do not get formatted
dprint-plugin-markdown version: 0.21.1
Input Code
```yaml
foo: ""
```
!!! note
```yaml
foo: ""
```
Expected Output
```yaml
foo: ""
```
!!! note
```yaml
foo: ""
```
Actual Output
```yaml
foo: ""
```
!!! note
```yaml
foo: ""
```
Describe the bug
indented codeblocks, which are used for mkdocs admonitions do not get formatted
dprint-plugin-markdown version: 0.21.1
Input Code
Expected Output
Actual Output