style: revert 1st example formatting

Revert a change from #3060

The first example is now offset to the top-right, but makes the point
it's supposed to make.

Something is wrong is Scribble to make racketmod and fileblock look
different. Once that's fixed, this example will be at peace.
This commit is contained in:
Ben Greenman 2020-05-08 22:51:55 -04:00
parent dd93f9c0f2
commit b804936db0

View File

@ -30,15 +30,13 @@ your code.
(define (conversion f)
(* 5/9 (- f 32)))
]
@racketmod[#:file
@tt{really bad}
racket
@filebox[@tt{really bad} ;; gotta use codeblock to keep the newlines
@codeblock{#lang racket
(define (conversion f)
(* 5/9 (- f 32)
)
)
]
}]
]
You are allowed to place all closing parenthesis on a line by itself at the