1453824835 | current | ||
---|---|---|---|
Line 19: | Line 19: | ||
More language libraries! http://phphyphenator.yellowgreen.de/phpHyphenator.zip | More language libraries! http://phphyphenator.yellowgreen.de/phpHyphenator.zip | ||
+ | |||
+ | ===== Alternatives ===== | ||
+ | Since this plugin breaks other plugins and renders other contents empty, I use CSS3 hyphenation instead as described in https://css-tricks.com/almanac/properties/h/hyphenate/. I edited my theme's design.css to | ||
+ | |||
+ | <code> | ||
+ | * { | ||
+ | hyphens: auto; | ||
+ | }; | ||
+ | </code> | ||
+ | |||
+ | and removed the hyphenation plugin. | ||
===== Problems ===== | ===== Problems ===== |
↧
plugin:hyphenation
↧