#lang scribble/manual
@require[
  (only-in scribble/core style)
  (only-in scribble/html-properties attributes)]

@(define new-window-style
   (style #f (list (attributes '((target . "_blank"))))))

@hyperlink[#:style new-window-style "https://www.racket-lang.org"]{Racket}


On Tue, Jun 20, 2017 at 7:27 PM, E. Cómer <tachlithavay...@gmail.com> wrote:

> Hi friends:
>
> Could someone share a way to use @hyperlink of the Scribble/manual
> language, in order to open the linked document in a new webpage or window
> (instead of using the current scribble document page)?
>
> Thank you very much in advance, and congratulations for constantly
> improving the environment and functionality of the Racket language.
>
> Sincerely,
> E. Cómer
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to