Skip to content

Commit df43b58

Browse files
committed
Refactor to use asterisks for list-item bullets
1 parent 64a5855 commit df43b58

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

readme.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ This document describes version 1.0.0 of **NLCST**.
1818

1919
## Table of Contents
2020

21-
- [CST](#cst)
21+
* [CST](#cst)
2222

23-
- [Root](#root)
24-
- [Paragraph](#paragraph)
25-
- [Sentence](#sentence)
26-
- [Word](#word)
27-
- [Symbol](#symbol)
28-
- [Punctuation](#punctuation)
29-
- [WhiteSpace](#whitespace)
30-
- [Source](#source)
31-
- [TextNode](#textnode)
23+
* [Root](#root)
24+
* [Paragraph](#paragraph)
25+
* [Sentence](#sentence)
26+
* [Word](#word)
27+
* [Symbol](#symbol)
28+
* [Punctuation](#punctuation)
29+
* [WhiteSpace](#whitespace)
30+
* [Source](#source)
31+
* [TextNode](#textnode)
3232

33-
- [List of Utilities](#list-of-utilities)
33+
* [List of Utilities](#list-of-utilities)
3434

35-
- [License](#license)
35+
* [License](#license)
3636

3737
## CST
3838

@@ -141,15 +141,15 @@ interface TextNode < Text {
141141

142142
## List of Utilities
143143

144-
- [`nlcst-is-literal`](https://github.com/syntax-tree/nlcst-is-literal)
144+
* [`nlcst-is-literal`](https://github.com/syntax-tree/nlcst-is-literal)
145145
— Check whether a node is meant literally;
146-
- [`nlcst-normalize`](https://github.com/syntax-tree/nlcst-normalize)
146+
* [`nlcst-normalize`](https://github.com/syntax-tree/nlcst-normalize)
147147
— Normalize a word for easier comparison;
148-
- [`nlcst-search`](https://github.com/syntax-tree/nlcst-search)
148+
* [`nlcst-search`](https://github.com/syntax-tree/nlcst-search)
149149
— Search for patterns in an NLCST tree;
150-
- [`nlcst-to-string`](https://github.com/syntax-tree/nlcst-to-string)
150+
* [`nlcst-to-string`](https://github.com/syntax-tree/nlcst-to-string)
151151
— Stringify a node;
152-
- [`nlcst-test`](https://github.com/syntax-tree/nlcst-test)
152+
* [`nlcst-test`](https://github.com/syntax-tree/nlcst-test)
153153
— Validate a NLCST node;
154154

155155
In addition, see [**Unist**][unist] for other utilities which

0 commit comments

Comments
 (0)