-
Let's say I have in my Markdown file, the following sentence: It is rendering the first letters of
I obviously don't want to add |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can turn the rule off around the particular paragraph using comments: <!-- vale Custom.spelling = NO -->
The three pillars of Developer Relations are **C**ommunity, **C**ontent, and **C**ode, also known as the 3Cs.
<!-- vale Custom.spelling = YES --> |
Beta Was this translation helpful? Give feedback.
-
Exactly what I needed, thanks! |
Beta Was this translation helpful? Give feedback.
You can turn the rule off around the particular paragraph using comments: