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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
I tried it again just now running from master and I can still reproduce it following the steps above. Are you certain you typed </ just before the exclamation point? It fails in that particular spot but works elsewhere.
I'm going to call this low priority and claim it. Given that it only fails to autocomplete in these very specific circumstances, it doesn't seem quite medium priority to me.
Steps to reproduce:
<h2>
tag<em>
. (</em>
is added for you)</em>
</
Expected:
em>
is added for you. Actual: nothing is added for you.I think the fact that the cursor is in front of a
!
character is the key here. This seems pretty low priority, but I wanted to file it.The text was updated successfully, but these errors were encountered: