I am using following code for creating an index at the end of the document (which contains much of the example code shown on https://docs.racket-lang.org/scribble/getting-started.html), but it is not working:
@(index (list "mouse" "milk" "straw" "cookie" "color" "cystic" "fibrosis" "cartoon" "jpg" "scale" "scribble" "started" "getting" "consequence" "start" "chocolate" "chip") "pre-content")
Only the word "pre-content" shown on the browser. The rest of the html page is rendering all right. Where is the problem and how can I correct this?