Handbook
Glossary
href-link-tag ( str' style -- str' )
Vocabulary
io
.
streams
.
markdown
.
private
Inputs
str'
an
object
style
an
object
Outputs
str'
an
object
Definition
USING:
assocs
formatting
io.styles
kernel
;
IN:
io.streams.markdown.private
:
href-link-tag
( str' style -- str' )
href
of
[
"[%s](%s)"
sprintf
]
when*
;