Improve interaction with prettier and other markdown formatters #5528
Unanswered
Midnighter
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I hate when people break standards and this becomes a norm. |
Beta Was this translation helpful? Give feedback.
2 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 like to use a formatter for markdown files, for example, prettier. Generally, this works really well since mostly we are only using markdown. However, prettier doesn't play well with references to classes. I can create references using
[MyClass][package.MyClass]
but prettier insists on making everything lowercase in the second pair of brackets. This is a little annoying since it means I can't use pre-commit hooks for those files where I use this.Has anyone experienced the same and found a good fix? Thanks for any input.
Beta Was this translation helpful? Give feedback.
All reactions