doc `Secref'
Closes PR 11309 original commit: e6fd878e144cd717b6ccf49460674b5cc5910441
This commit is contained in:
parent
1624b95c70
commit
1ad722cd40
|
@ -448,6 +448,16 @@ If @racket[underline?] is @racket[#f], then the hyperlink is rendered
|
||||||
in HTML without an underline.}
|
in HTML without an underline.}
|
||||||
|
|
||||||
|
|
||||||
|
@defproc[(Secref [tag string?]
|
||||||
|
[#:doc module-path (or/c module-path? false/c) #f]
|
||||||
|
[#:tag-prefixes prefixes (or/c (listof string?) false/c) #f]
|
||||||
|
[#:underline? underline? any/c #t])
|
||||||
|
element?]{
|
||||||
|
|
||||||
|
Like @racket[secref], but if the rendered form of the reference starts
|
||||||
|
with a word (e.g., ``section''), then the word is capitalized.}
|
||||||
|
|
||||||
|
|
||||||
@defproc[(seclink [tag string?]
|
@defproc[(seclink [tag string?]
|
||||||
[#:doc module-path (or/c module-path? false/c) #f]
|
[#:doc module-path (or/c module-path? false/c) #f]
|
||||||
[#:tag-prefixes prefixes (or/c (listof string?) false/c) #f]
|
[#:tag-prefixes prefixes (or/c (listof string?) false/c) #f]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user