We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>
<hr/
Result: CodeMirror auto close the tag and you get <hr/html> on that line.
<hr/html>
The text was updated successfully, but these errors were encountered:
5681dd0
A recent bugfix (#1795) broke this. Should be better now.
Sorry, something went wrong.
[closetag addon] Fix false positive close situation
5ab689f
Closes codemirror#1844
No branches or pull requests
>
to close the html tag.<hr/
when cursor shows up on next line.Result: CodeMirror auto close the tag and you get
<hr/html>
on that line.The text was updated successfully, but these errors were encountered: