Replies: 1 comment 3 replies
|
Yes, prettier is able to format markdown codeblocks (and markdown as a whole), but only languages that it has a plugin for. Sadly I was unable to find a plugin for |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I found this old post by looking at something else
https://prettier.io/blog/2017/11/07/1.8.0.html
Doesn't it mean prettier is able to format the Markdown fenced blocks like you do?
So said otherwise, doesn't prettier support http fenced blocks?
Prettier use remark-parse, there might be a remark plugin
All reactions