You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the way <t/> is handled, <p><l>a<t/></l><r>b<t/></r></p> will match arbitrary tags
but <p><l>a<t/></l><r>bc<t/></r></p> will not because the two <t/>s are not perfectly aligned. It should be possible to automatically align them.
The text was updated successfully, but these errors were encountered:
Due to the way
<t/>
is handled,<p><l>a<t/></l><r>b<t/></r></p>
will match arbitrary tagsbut
<p><l>a<t/></l><r>bc<t/></r></p>
will not because the two<t/>
s are not perfectly aligned. It should be possible to automatically align them.The text was updated successfully, but these errors were encountered: