-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 should format Markdown including code blocks #7352
Comments
I think @dsherret is working on it |
dprint has |
@bartlomieju why would it be that way instead of the other way around? Though kind of not documented well, I need to make dprint-plugin-markdown MIT, which I will do soon. |
@dsherret thanks for pointing that out, indeed the other way around seems like a better option.
No rush :) |
@bartlomieju it's now MIT in 0.4.2. By the way, regarding that |
I see a1a806a just landed in master :) Can we use |
@David-Else no, above commit changed only internal tooling used in repo, still need to implement it for |
@bartlomieju I think you can remove the |
@David-Else sure I removed it and added appropriate labels, I've also renamed the issue |
@bartlomieju Thanks. The title is wrong for what I was requesting. Deno needs to format Markdown, that is There is no 'Markdown in code blocks'. The code blocks are in the Markdown. A better title would be |
I'll take a stab at it. |
At the moment Deno only formats JS and TS, but dprint can also format markdown including JS and TS code blocks:
#6682 (comment)
This would be an awesome feature for documentation, is it possible to enable it? Then we can get rid of Prettier.
The text was updated successfully, but these errors were encountered: