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 17, 2017
1 parent b1ff0e5 commit b64b571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -122,9 +122,9 @@ if they have `value`.
In addition, **remark-html** can be told how to compile nodes through
three `data` properties ([more information][to-hast]):

* `hName` — Tag-name to compile as;
* `hChildren` — HTML content to add (instead of `children` and `value`);
* `hProperties` — Map of attributes to add.
* `hName` — Tag-name to compile as
* `hChildren` — HTML content to add (instead of `children` and `value`)
* `hProperties` — Map of attributes to add

For example, the following node:

Expand Down

0 comments on commit b64b571

Please sign in to comment.