Replies: 1 comment
-
The If you have a rule that needs to target markup elements or cross scope boundaries, then you should be using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assuming I have a rule which applies to the text scope like this:
This rule works fine for a sentence like this
But as soon as some markup is added (for example backticks) the scope of the entire text seems to have changed and the rule does not apply anymore.
The same problem arises if the text contains a link (
[link](target)
).Vale seems to not consider this text anymore. Is there a way to avoid this and treat text with markup in it still as text? Or should the scope of the rule be changed?
Beta Was this translation helpful? Give feedback.
All reactions