We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
horizontalRule
thematicBreak
1 parent 95144d5 commit ad733c5Copy full SHA for ad733c5
readme.md
@@ -198,13 +198,14 @@ interface TableCell <: Parent {
198
}
199
```
200
201
-### `HorizontalRule`
+### `ThematicBreak`
202
203
-Just a **HorizontalRule** ([**Node**][node]).
+A **ThematicBreak** ([**Node**][node]) represents a break in content,
204
+often shown as a horizontal rule, or by two HTML section elements.
205
206
```idl
-interface HorizontalRule <: Node {
207
- type: "horizontalRule";
+interface ThematicBreak <: Node {
208
+ type: "thematicBreak";
209
210
211
0 commit comments