You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="hyphens-none">Officially recognized by the Duden dictionary as the longest word in German, <spanclass="text-slate-900 font-medium dark:text-slate-200"lang="de"> Kraftfahrzeug­Haftpflichtversicherung</span> is a 36 letter word for motor vehicle liability insurance.</p>
22
22
</div>
23
23
</div>
24
24
</Example>
25
25
26
26
```html
27
27
<pclass="**hyphens-none** ...">
28
-
... Kraftfahrzeug**­**Haftpflichtversicherung is a ...
28
+
... Kraftfahrzeug**­**Haftpflichtversicherung is a ...
29
29
</p>
30
30
```
31
31
32
32
### Manual
33
33
34
34
Use `hyphens-manual` to only set hyphenation points where the line break suggestion `­` is used:
@@ -44,15 +43,14 @@ Use `hyphens-manual` to only set hyphenation points where the line break suggest
44
43
45
44
```html
46
45
<pclass="**hyphens-manual** ...">
47
-
... Kraftfahrzeug**­**Haftpflichtversicherung is a ...
46
+
... Kraftfahrzeug**­**Haftpflichtversicherung is a ...
48
47
</p>
49
48
```
50
49
51
50
### Auto
52
51
53
52
Use `hyphens-auto` to allow the browser to automatically choose hyphenation points based on the language. The line break suggestion `­` will be preferred over automatic hyphenation points.
0 commit comments