notes et césures

This commit is contained in:
2019-09-23 16:21:17 +02:00
parent 136293d1f4
commit e56a136813
7 changed files with 37 additions and 17 deletions
+15 -4
View File
@@ -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,
}
},
},
},
};