Handbook
Glossary
img-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
:
img-tag
( str style -- str' )
image-style
of
[
nip
""
sprintf
]
when*
;