diff --git a/pkgs/racket-doc/scribblings/style/textual.scrbl b/pkgs/racket-doc/scribblings/style/textual.scrbl index 7fb272c415..1f08290f6d 100644 --- a/pkgs/racket-doc/scribblings/style/textual.scrbl +++ b/pkgs/racket-doc/scribblings/style/textual.scrbl @@ -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