HTML 标签未使用 Markdown 扩展进行闭合
作者: natsch93创建于 2025年8月1日更新于 2026年4月15日
Describe the issue
HTML tags do not close automatically with the 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.
内容来源: codemirror/dev