Closed huideyeren closed 3 years ago
Textlint reacts to the text in the quoted quote tag.
I'd like to use the original text in the quote tags, but it gets caught by textlint's check and I can't get the build to pass unless I fix it.
Is it possible to disable the check in the quote tag?
I solved it myself.
Using textlint-filter-rule-comments, I was able to achieve the expected behavior by simply adding a comment.
Textlint reacts to the text in the quoted quote tag.
I'd like to use the original text in the quote tags, but it gets caught by textlint's check and I can't get the build to pass unless I fix it.
Is it possible to disable the check in the quote tag?