Hyphenate N-dimensional
This commit is contained in:
parent
d12c48976b
commit
0c22f7df11
1 changed files with 1 additions and 0 deletions
|
|
@ -592,6 +592,7 @@ function fixHyphens(xml) {
|
|||
xml = xml.replace(/well armed/g, "well-armed");
|
||||
xml = xml.replace(/able bodied/g, "able-bodied");
|
||||
xml = xml.replace(/self conscious/g, "self-conscious");
|
||||
xml = xml.replace(/([Oo]ne|[Tt]wo|[Tt]hree|[Ff]our|[Ff]ourth) dimensional/g, "$1-dimensional");
|
||||
|
||||
// This is usually correct but sometimes wrong.
|
||||
xml = xml.replace(/neo /g, "neo-");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue