Skip to content

Commit

Permalink
Remove semi-colons and full-stops from list-item endings
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 13, 2017
1 parent 88e406b commit 2a25c03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ Take a look at [`lib/handlers/`][handlers] for examples.

###### Note

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

## Related

Expand Down

0 comments on commit 2a25c03

Please sign in to comment.