Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Aug 14, 2024
1 parent a6873ea commit 097d19e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Add "sentence-length" to your `.textlintrc`.
- Default: `true`
- If it is `true`, skip url string link node like `<https:example.com>` or `[https://example.com](https://example.com)`
- url string link is has the text which is same of url.
- `countBy`: `"codeunits" | "codepoints"`
- Determine how to count string length
- Issue: <https://github.com/textlint-rule/textlint-rule-sentence-length/pull/44>
- Default `"codeunits"`

```
{
Expand Down

0 comments on commit 097d19e

Please sign in to comment.