
From racket.css
: /* Racket text styles */
.RktIn {
color: #cc6633;
background-color: #eeeeee;
}
What’s In
short for here?

Input?

It corresponds to input-color
(https://docs.racket-lang.org/scribble/scheme.html?q=scribble#%28def._%28%28lib._scribble%2Fracket..rkt%29._input-color%29%29)

Thanks! The link makes everything clear.

In scribble/xml
a struct element
is defined. It seems element?
is not exported. Is there someway to get hold of the element?
predicate even though it is not exported?
https://github.com/racket/scribble/blob/master/scribble-html-lib/scribble/html/xml.rkt

If anyone uses macOS Catalina, can you set Safari as the default browser and run raco docs let
and see if it works?

On Big Sur, with the default setting, it does not, but when I enable developer tools, somehow that fixes the problem. Curious if there’s a problem on Catalina too.

rackunit
has something, IIRC require/expose
?

I mean, it’s intended for testing. Off-label uses are probably at least somewhat evil. But if you have no choice…

Thanks - sounds like the right tool for the job.

Works for me on Catalina 10.15.6.

Ah, wait, no, I had developer tools enabled. When I uncheck that, it does not run (and will not let me cut-to-paste the error message! Let me know if you need it.)

Thanks! That’s enough information for me :slightly_smiling_face:

Worked like a charm!

Safari really sucks when the developer tools are disabled…