123456789101112131415161718192021222324 |
- var Hyphenopoly = {
- require: {
- "fr": "honorificabilitudinitas",
- },
- setup: {
- selectors: {
-
- ".hyphen": {
- hyphen: "\u00AD",
- leftmin: 5,
- rightmin: 5,
- minWordLength: 3,
- dontHyphenate: {
- math: true,
- acronym: true,
- capitalized: true,
-
- orphanControl: 2,
- }
- },
- },
- },
- };
|