dprint / dprint-plugin-markdown

Markdown code formatting plugin for dprint.
MIT License
25 stars 9 forks source link

Formatter removes reference-style links before a table #80

Closed NeKzor closed 1 year ago

NeKzor commented 1 year ago

Playground Link

The formatter removes all reference-style links which are listed before a table.

dprint-plugin-markdown version: 0.15.3

Input Code

[Deno]

[Deno]: https://deno.com

|   |
| - |

Expected Output

[Deno]

[Deno]: https://deno.com

|   |
| - |

Actual Output

[Deno]

|   |
| - |