We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vale currently interprets words with in hyperlinks and creates errors based on the strings inside.
See the Style check in #751
Vale does not throw errors for strings in links.
The text was updated successfully, but these errors were encountered:
If anyone wants to write a little bit of code this one is easy: we have a piece of code that strips everything from the spec except words in https://github.com/opensearch-project/opensearch-api-specification/tree/main/tools/src/prepare-for-vale, it also needs to remove markdown links and only leave their text.
Sorry, something went wrong.
No branches or pull requests
What is the bug?
Vale currently interprets words with in hyperlinks and creates errors based on the strings inside.
How can one reproduce the bug?
See the Style check in #751
What is the expected behavior?
Vale does not throw errors for strings in links.
The text was updated successfully, but these errors were encountered: