<div dir="ltr">When I use #lang scribble/manual I have the issue of @racket{text} rendering as a string, e.g. @racket{text} becomes @code{"text"} regardless of what is substituted for text. I'm using Racket 6.01 64 bit on a Windows 7 machine with DrRacket, and the exact program that demonstrates the problem on my machine is:<br>
<br>#lang scribble/manual<div><br></div><div><div>@(require (for-label racket/base))</div><div><br></div><div>@racket{list}</div><div>@code{list}</div></div><div>@code{"list"}</div><div><br></div><div>Could someone give me some insight as to why this is happening? Am I missing something simple, is it a bug, or is this intended?</div>
</div>