Skip to content

indented blocks are not formatted #178

Description

@DetachHead

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:     ""
    ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions