Closed justingrant closed 1 year ago
I suspect it will work if you put the [declared="s"]
outside of the <ins>
.
Cool, that works. Thanks!
I think actually changing the behavior here is going to be more trouble than it's worth, so I documented it as a restriction instead. Going to close as wontfix for the moment.
When
[declared="s"]
is wrapped in an<ins>
or<del>
, it no longer works.Example:
Expected: OK
Actual: could not find a preceding declaration for "s"
The same text works fine if I remove the
<ins>
.