Skip to content

Commit 2a25c03

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent 88e406b commit 2a25c03

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ Take a look at [`lib/handlers/`][handlers] for examples.
7474

7575
###### Note
7676

77-
* [`yaml`][mdast-yaml] and [`html`][mdast-html] nodes are ignored;
78-
* [`position`][unist-position]s are properly patched;
79-
* Unknown nodes with `children` are transformed to `div` elements;
80-
* Unknown nodes with `value` are transformed to `text` nodes;
81-
* If `node.data.hName` is set, it’s used as the HAST element’s tag-name;
77+
* [`yaml`][mdast-yaml] and [`html`][mdast-html] nodes are ignored
78+
* [`position`][unist-position]s are properly patched
79+
* Unknown nodes with `children` are transformed to `div` elements
80+
* Unknown nodes with `value` are transformed to `text` nodes
81+
* If `node.data.hName` is set, it’s used as the HAST element’s tag-name
8282
* If `node.data.hProperties` is set, it’s mixed into the HAST element’s
83-
properties;
83+
properties
8484
* If `node.data.hChildren` is set, it’s used as the element’s HAST
85-
children;
85+
children
8686

8787
## Related
8888

0 commit comments

Comments
 (0)