diff --git a/src/Kelpie.jl b/src/Kelpie.jl index b7cd44f..da52885 100644 --- a/src/Kelpie.jl +++ b/src/Kelpie.jl @@ -131,6 +131,17 @@ end #function html(content...=nothing; kwargs...) Creates a new HTML document filled with `content`. + +# Example + +```jldoctest +julia> import EzXML: prettyprint + +julia> prettyprint(html()) + + + +``` """ function html(content...=nothing; kwargs...) doc = EzXML.HTMLDocumentNode("about:legacy-compat", nothing)