Skip to content

Commit 086381d

Browse files
Add info about show and display to opening paragraph
Co-authored-by: Steven G. Johnson <[email protected]>
1 parent 1c82cb8 commit 086381d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

base/multimedia.jl

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ export AbstractDisplay, display, pushdisplay, popdisplay, displayable, redisplay
1616
"""
1717
MIME
1818
19-
A parametric type representing a standard internet data format.
19+
A parametric type representing a content type/format, which is used to define [`show`](@ref)
20+
methods to output objects in different formats and allows [`display(x)`](@ref) to detect
21+
which formats are available for a given `x` in a particular display environment.
2022
2123
"MIME" stands for "Multipurpose Internet Mail Extensions", since the standard was originally
2224
used to describe multimedia attachments to email messages.

0 commit comments

Comments
 (0)