Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ytiurin committed Jan 3, 2024
1 parent fc31e0b commit 24d82c5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,17 +734,7 @@ It is part of the [CSS Text Level 3](https://drafts.csswg.org/css-text-3/#hyphen

Option `html` default value changed from `false` to `true`

Default exported `hyphenateHTML` function

```javascript
// Code before 1.10.0
hyphenateHTML(text);
```

```javascript
// Code after 1.10.0
hyphenate(text);
```
In cases when text parser should not skip HTML tags, apply the following code changes.

Default exported `hyphenate` function

Expand Down

0 comments on commit 24d82c5

Please sign in to comment.