notes et césures
This commit is contained in:
+15
-4
@@ -2,12 +2,23 @@ var Hyphenopoly = {
|
||||
require: {
|
||||
"fr": "honorificabilitudinitas",
|
||||
},
|
||||
|
||||
setup: {
|
||||
selectors: {
|
||||
".hyphen": {}
|
||||
},
|
||||
dontHyphenate: {
|
||||
acronym: true,
|
||||
// class
|
||||
".hyphen": {
|
||||
hyphen: "\u00AD",
|
||||
leftmin: 5,
|
||||
rightmin: 5,
|
||||
minWordLength: 4,
|
||||
dontHyphenate: {
|
||||
math: true,
|
||||
acronym: true,
|
||||
capitalized: true,
|
||||
// \u00a0 | : true,
|
||||
orphanControl: 2,
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user