Replies: 2 comments 5 replies
-
Update: In AsciiDoc: Ignoring this markup altogether, rather than choosing not to apply some rules to this markup, means we have to do these tests manually. |
Beta Was this translation helpful? Give feedback.
-
You can ignore it with StylesPath = styles
IgnoredClasses = button
[asciidoctor]
experimental = YES
[*.adoc]
BasedOnStyles = Vale And then write a rule that looks for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Given this example:
"If prompted, click
btn:[OK, Don't Show Again]
."How can I ignore or not process the content of the brackets? I need this to apply to button and menu markup, etc., because in some cases (this one) the content triggers one or more Vale rules. In this case it triggers our contractions rule.
We can't say "ignore content in brackets"; we need the configuration to only apply to this type of markup. I thought it might be possible with
IgnoredClasses
but I can't get that to work.Thanks for any pointers.
Beta Was this translation helpful? Give feedback.
All reactions