bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1ad722cd400585813da53c0b2f9f4380dc6dc17a
parent 1624b95c70e627776616c9df53da1242c808d66c
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Sat,  8 Jan 2011 08:07:00 -0700

doc `Secref'
 Closes PR 11309

original commit: e6fd878e144cd717b6ccf49460674b5cc5910441

Diffstat:
Mcollects/scribblings/scribble/base.scrbl | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/collects/scribblings/scribble/base.scrbl b/collects/scribblings/scribble/base.scrbl @@ -448,6 +448,16 @@ If @racket[underline?] is @racket[#f], then the hyperlink is rendered 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?] [#:doc module-path (or/c module-path? false/c) #f] [#:tag-prefixes prefixes (or/c (listof string?) false/c) #f]