-
-
Notifications
You must be signed in to change notification settings - Fork 422
Open
Description
Describe the issue
HTML Tags are not closing automatically with markdown()
extension.
<div>
seems to work fine, and closes automatically.
But trying other elements like <b>
, <a>
, <label>
, etc. does not work, unless a <div></div>
is present above.
Reproduction steps:
- Open the reproduction link
- Enter
<b>
, notice how doesn't auto-close - Delete
<b>
and enter<div>
,<div>
auto-closes successfully - Go below the
<div></div>
and enter<b>
again, this time auto-close is successful for<b>
codemirror-markdown-html-auto-close-tag-issue.mp4
Browser and platform
Chrome
Reproduction link
Metadata
Metadata
Assignees
Labels
No labels