hyper-literate/collects/tests/scribble/docs/codeblock-quote.scrbl
Matthew Flatt 5747d6c575 Scribble: fix caching of hyperlinked identifiers
original commit: 343b6fb00813b5d0c04ca40f7794dc5ad714280e
2011-03-15 11:09:10 -06:00

11 lines
237 B
Racket

#lang scribble/manual
@(require (for-label racket/base))
@; Make sure this id's typesetting doesn't affect ' below:
@racket[quote]
@codeblock|{
@itemlist[#:style 'ordered
@item{Eat cookie.}]
}|