I have two html files contain these lines:
file1
file2
I added this grammar item and marked it unimportant: (I've tried moving it to the top of the grammar list too)
And this is the result:

Is there a way to make these lines unimportant difference? It works when I add a replacement item for "inclass6" & "inclass8" but there are more html files with different inclass numbers and changing it everytime is not ideal.
file1
Code:
<p class="inclass5">"Do you <i class="inclass6">ever</i> do what you're told?"</p>
Code:
<p class="inclass7">"Do you <i class="inclass8">ever</i> do what you're told?"</p>
Code:
class="inclass\d+"

Is there a way to make these lines unimportant difference? It works when I add a replacement item for "inclass6" & "inclass8" but there are more html files with different inclass numbers and changing it everytime is not ideal.
Comment