diff --git a/scribblings/sub.scrbl b/scribblings/sub.scrbl index 92b069f..b67c050 100644 --- a/scribblings/sub.scrbl +++ b/scribblings/sub.scrbl @@ -2,10 +2,15 @@ @title[#:tag-prefix '(lib "test-tag-prefix/scribblings/sub.scrbl")]{sub} -@(require scribble/struct) +@(require scribble/struct + scribble/decode) @(make-toc-element #f (list (elemtag '(prefixable "foo") "foo-tag")) - (list (elemref '(prefixable "foo") "foo-ref-in-toc"))) + (list (make-link-element #f + (decode-content (list "foo-ref-in-toc")) + `(elem (prefixable "(lib test-tag-prefix/scribblings/test-tag-prefix.scrbl)" + "(lib test-tag-prefix/scribblings/sub.scrbl)" + "foo"))))) @(elemref '(prefixable "foo") "foo-ref-in-part") \ No newline at end of file