Skip to content

Commit 457ece8

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent bde7fed commit 457ece8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

readme.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -910,33 +910,33 @@ Yields:
910910
<!--lint disable list-item-spacing-->
911911

912912
* [`mdast-util-assert`](https://github.com/syntax-tree/mdast-util-assert)
913-
— Assert MDAST nodes;
913+
— Assert MDAST nodes
914914
* [`mdast-comment-marker`](https://github.com/syntax-tree/mdast-comment-marker)
915-
— Parse a comment marker;
915+
— Parse a comment marker
916916
* [`mdast-util-compact`](https://github.com/syntax-tree/mdast-util-compact)
917-
— Make an MDAST tree compact;
917+
— Make an MDAST tree compact
918918
* [`mdast-util-definitions`](https://github.com/syntax-tree/mdast-util-definitions)
919-
— Find definition nodes;
919+
— Find definition nodes
920920
* [`mdast-util-heading-range`](https://github.com/syntax-tree/mdast-util-heading-range)
921-
— Markdown heading as ranges;
921+
— Markdown heading as ranges
922922
* [`mdast-util-heading-style`](https://github.com/syntax-tree/mdast-util-heading-style)
923-
— Get the style of a heading node;
923+
— Get the style of a heading node
924924
* [`mdast-util-inject`](https://github.com/anandthakker/mdast-util-inject)
925-
— Inject a tree into another at a given heading;
925+
— Inject a tree into another at a given heading
926926
* [`mdast-util-to-string`](https://github.com/syntax-tree/mdast-util-to-string)
927-
— Get the plain text content of a node;
927+
— Get the plain text content of a node
928928
* [`mdast-normalize-headings`](https://github.com/eush77/mdast-normalize-headings)
929-
— Ensure at most one top-level heading is in the document;
929+
— Ensure at most one top-level heading is in the document
930930
* [`mdast-squeeze-paragraphs`](https://github.com/eush77/mdast-squeeze-paragraphs)
931-
— Remove empty paragraphs;
931+
— Remove empty paragraphs
932932
* [`mdast-util-toc`](https://github.com/BarryThePenguin/mdast-util-toc)
933-
— Generate a Table of Contents from a tree;
933+
— Generate a Table of Contents from a tree
934934
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
935-
— Transform MDAST to HAST;
935+
— Transform MDAST to HAST
936936
* [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)
937-
— Transform MDAST to NLCST;
937+
— Transform MDAST to NLCST
938938
* [`mdast-zone`](https://github.com/syntax-tree/mdast-zone)
939-
— HTML comments as ranges or markers.
939+
— HTML comments as ranges or markers
940940

941941
## Related
942942

0 commit comments

Comments
 (0)