Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno fmt fails to format markdown escaped brackets inside bracket #19728

Open
scarf005 opened this issue Jul 6, 2023 · 2 comments
Open

deno fmt fails to format markdown escaped brackets inside bracket #19728

scarf005 opened this issue Jul 6, 2023 · 2 comments
Labels
bug Something isn't working correctly deno fmt Related to the "deno fmt" subcommand or dprint upstream Changes in upstream are required to solve these issues

Comments

@scarf005
Copy link
Contributor

scarf005 commented Jul 6, 2023

Reproduction

<!-- test.md  -->

![brackets inside brackets \[ \] ]()
deno fmt test.md
Error formatting: /home/scarf/repo/test.md
   Line 1, column 29: Unexpected open container char `[`.

  ts inside brackets \[ \] ]()
                      ~
Checked 1 file

should i also create the same issue on https://github.com/dprint/dprint-plugin-markdown?

@scarf005 scarf005 changed the title deno fmt fails to format markdown escaped brackets insdie bracket deno fmt fails to format markdown escaped brackets inside bracket Jul 23, 2023
@dsherret dsherret added bug Something isn't working correctly deno fmt Related to the "deno fmt" subcommand or dprint labels Jul 26, 2024
@dsherret
Copy link
Member

should i also create the same issue on https://github.com/dprint/dprint-plugin-markdown?

Yeah, would be better to track there.

@bartlomieju bartlomieju added the upstream Changes in upstream are required to solve these issues label Dec 6, 2024
@bartlomieju
Copy link
Member

Tracked in dprint/dprint-plugin-markdown#131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly deno fmt Related to the "deno fmt" subcommand or dprint upstream Changes in upstream are required to solve these issues
Projects
None yet
Development

No branches or pull requests

3 participants