Skip to content

Commit 6044ad4

Browse files
committed
uncomment text docs
1 parent 03e6999 commit 6044ad4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

base/docs.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,17 @@ end
276276

277277
export Text, @text_str, @text_mstr
278278

279-
# @doc """
280-
# `Text(s)`: Create an object that renders `s` as plain text.
279+
@doc """
280+
`Text(s)`: Create an object that renders `s` as plain text.
281281
282-
# HTML("foo")
282+
HTML("foo")
283283
284-
# You can also use a stream for large amounts of data:
284+
You can also use a stream for large amounts of data:
285285
286-
# Text() do io
287-
# println(io, "foo")
288-
# end
289-
# """ ->
286+
Text() do io
287+
println(io, "foo")
288+
end
289+
""" ->
290290
type Text{T}
291291
content::T
292292
end

0 commit comments

Comments
 (0)