On 1/10/16 4:44 PM, Martin Nowak wrote:
On 01/10/2016 03:05 PM, anonymous wrote:
On 09.01.2016 22:43, Andrei Alexandrescu wrote:
On 1/8/16 5:32 PM, anonymous wrote:
[...]
5) Justified Text
[...]
Justified font only looks good in conjunction with hyphenation. I'd say
make text justified on browsers that support css hyphenation (all but
Chrome I recall?) and left align on the others.
I.e., revert the change. Done.
By the way, in Ubuntu I don't see any hyphenation in Firefox. It works
in Windows, though.
Is there a chance to pre- (ddoc) or post-process (html) our
documentation text?
I can offer a hyphenation tool
(http://code.dlang.org/packages/hyphenate), but wiring it up w/ our
dlang.org build requires some work.
Yeah, great tool Martin. I recall it was among the first on the dub
repo. Would be great to hook it in and have it insert a bunch of
"­"s. -- Andrei