Expand description
HTML block parsing utilities.
Functions§
- is_
html_ block_ tag_ name - Whether
name(case-insensitive) is one of the HTML block-level tags recognized by CommonMark §4.6 type-6 (and pandoc’smarkdown_in_html_blockssplitter). Used by the pandoc-native projector to decide whether a complete HTML tag inside anHTML_BLOCKshould split the block — block-level tags emit as separateRawBlockentries; inline tags (e.g.<em>,<a>,<input>,<br>) stay inline in the surroundingPlaincontent.