We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6e21e commit 86639e1Copy full SHA for 86639e1
base/docs/utils.jl
@@ -18,6 +18,11 @@ You can also use a stream for large amounts of data:
18
HTML() do io
19
println(io, "<div>foo</div>")
20
end
21
+
22
+!!! warning
23
+ `HTML` is currently exported to maintain
24
+ backwards-compatibility, but is considered
25
+ to be deprecated and should not be used.
26
"""
27
mutable struct HTML{T}
28
content::T
@@ -63,6 +68,11 @@ You can also use a stream for large amounts of data:
63
68
Text() do io
64
69
println(io, "foo")
65
70
71
72
73
+ `Text` is currently exported to maintain
74
75
66
76
67
77
mutable struct Text{T}
78
0 commit comments