Skip to content

Commit ad733c5

Browse files
committed
Rename horizontalRule to thematicBreak
Closes GH-3. Related to remarkjs/remark#143.
1 parent 95144d5 commit ad733c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,14 @@ interface TableCell <: Parent {
198198
}
199199
```
200200

201-
### `HorizontalRule`
201+
### `ThematicBreak`
202202

203-
Just a **HorizontalRule** ([**Node**][node]).
203+
A **ThematicBreak** ([**Node**][node]) represents a break in content,
204+
often shown as a horizontal rule, or by two HTML section elements.
204205

205206
```idl
206-
interface HorizontalRule <: Node {
207-
type: "horizontalRule";
207+
interface ThematicBreak <: Node {
208+
type: "thematicBreak";
208209
}
209210
```
210211

0 commit comments

Comments
 (0)