ThematicBreak

Markdown thematic break (horizontal rule).

Extends

Properties

data?

optional data: ThematicBreakData

Data associated with the mdast thematic break.

Overrides

Node.data

Defined in

node_modules/@types/mdast/index.d.ts:1090


position?

optional position: Position

Position of a node in a source document.

Nodes that are generated (not in the original source document) must not have a position.

Inherited from

Node.position

Defined in

node_modules/@types/unist/index.d.ts:103


type

type: "thematicBreak"

Node type of mdast thematic break.

Overrides

Node.type

Defined in

node_modules/@types/mdast/index.d.ts:1086