Handbook
Glossary
object-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.streams.html
io.styles
kernel
;
IN:
io.streams.markdown.private
:
object-link-tag
( str style -- str' )
presented
of
[
url-of
[
"[%s](%s)"
sprintf
]
when*
]
when*
;