Scribble: fix caching of hyperlinked identifiers
original commit: 343b6fb00813b5d0c04ca40f7794dc5ad714280e
This commit is contained in:
parent
b5449a6c81
commit
5747d6c575
|
@ -142,7 +142,8 @@
|
|||
(vector (syntax-e c)
|
||||
(module-path-index->taglet (caddr b))
|
||||
(cadddr b)
|
||||
(list-ref b 5))))])
|
||||
(list-ref b 5)
|
||||
(syntax-property c 'display-string))))])
|
||||
(or (and key
|
||||
(let ([b (hash-ref id-element-cache key #f)])
|
||||
(and b
|
||||
|
|
10
collects/tests/scribble/docs/codeblock-quote.scrbl
Normal file
10
collects/tests/scribble/docs/codeblock-quote.scrbl
Normal file
|
@ -0,0 +1,10 @@
|
|||
#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.}]
|
||||
}|
|
5
collects/tests/scribble/docs/codeblock-quote.txt
Normal file
5
collects/tests/scribble/docs/codeblock-quote.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
quote
|
||||
|
||||
@itemlist[#:style 'ordered
|
||||
@item{Eat cookie.}]
|
Loading…
Reference in New Issue
Block a user