dprint-plugin-markdown icon indicating copy to clipboard operation
dprint-plugin-markdown copied to clipboard

Deletes a link reference definition within a list that has a sublist

Open andersk opened this issue 3 months ago • 0 comments

Describe the bug

dprint-plugin-markdown version: 0.19.0

Input Code

- [Click here][example]!

  [example]: https://example.com

  - Sublist

Expected Output

- [Click here][example]!

  [example]: https://example.com

  - Sublist

Actual Output

- [Click here][example]!

  - Sublist

dprint playground

andersk avatar Sep 12 '25 20:09 andersk