xml utf-8 encoding error
Kagamin via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Aug 29 09:21:31 PDT 2017
On Tuesday, 29 August 2017 at 15:55:50 UTC, Adam D. Ruppe wrote:
> http://dpldocs.info/experimental-docs/source/std.net.curl.d.html#L2470
Ow, annotated sources, cool.
pre {
box-sizing: border-box;
overflow: auto;
max-width: 800px; /* The script sets the real one */
max-width: calc(80vw - 16em - 4em);
}
Hmm... AFAIK free side space on pages is left so that the content
is not too wide in characters, not because people like free side
space :) But for preformatted text such limit makes little sense,
it's only for word-wrapped text. I'd say code should take all the
width it wants.
More information about the Digitalmars-d-learn
mailing list