Closed
Description
Code in Ray Tracing in One Weekend seems to be appearing out of the box(see screenshot below).
A way you could fix this is to replace
overflow: visible;
with
overflow-x: scroll;
in
.md pre.listing.tilde {
width: 96%;
border-width: 3px;
border-style: solid;
border-color: rgb(212, 212, 212);
border-image: initial;
padding: 1.5ex;
overflow: scroll;
background: rgb(228, 228, 224);
}