thematicBreak
ThematicBreak is a term used in Markdown and related parsing tools to denote a horizontal rule, a visual divider that marks a thematic break in content. In many tooling ecosystems it is represented as a node type or token called thematicBreak, or simply as a horizontal rule, within the document’s abstract syntax tree.
Syntax for a thematic break in most Markdown flavors requires a line containing three or more of
Rendering and purpose: When parsed, a thematic break is rendered as an HTML horizontal rule, typically the
Beyond rendering, the thematicBreak node type is used in the abstract syntax trees of Markdown processing ecosystems
Accessibility considerations: An HR should convey a meaningful division; when used, authors may provide existing headings