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
The Commonmark spec says for HTML blocks (rule 1), that <script , <pre , or <style tags should start an HTML block and not be terminated until the end tag is found.
Although not specifically markup, <textarea> should be included in this rule because it is a multi-line element. If you include a multi-line textarea the rendering will break the contents in the textarea.
Kind 1 HTML now includes `textarea`.
Some other HTML kinds also mention that list, but were not updated.
This commit also orders these raw tag names alphabetically.
Related to: GH-657.
Related to: 24b9d38.
The Commonmark spec says for HTML blocks (rule 1), that
<script
,<pre
, or<style
tags should start an HTML block and not be terminated until the end tag is found.Although not specifically markup,
<textarea>
should be included in this rule because it is a multi-line element. If you include a multi-line textarea the rendering will break the contents in the textarea.Discussion post on this issue: https://talk.commonmark.org/t/textarea-as-multi-line-html-block/3550
The text was updated successfully, but these errors were encountered: