From 517d219b0f793d6ca2085d49f49f45877a40c5ea Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Tue, 5 Apr 2022 21:53:31 +0000 Subject: [PATCH] build based on 8fd2e7c --- dev/index.html | 6 +++--- dev/search/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/index.html b/dev/index.html index 2087ad0..f3038ec 100644 --- a/dev/index.html +++ b/dev/index.html @@ -4,13 +4,13 @@ julia> prettyprint(html()) <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!DOCTYPE html SYSTEM "about:legacy-compat"> -<html/>source
Kelpie.html_elementMethod
html_element(name, content...=nothing; kwargs...)

Creates a new EzXML.Node with name name, containing content, and with attributes specified by kwargs.

Example

julia> import EzXML: prettyprint
+<html/>
source
Kelpie.html_elementMethod
html_element(name, content...=nothing; kwargs...)

Creates a new EzXML.Node with name name, containing content, and with attributes specified by kwargs.

Example

julia> import EzXML: prettyprint
 
 julia> prettyprint(html_element("img"; src="https://millironx.com/images/charolette.jpg"))
 <img src="https://millironx.com/images/charolette.jpg"/>
 
 julia> prettyprint(html_element("span", "MillironX"; class="label-primary"))
-<span class="label-primary">MillironX</span>
source
Kelpie.link_or_text!Method
link_or_text!(node, content...)

Converts each content to an EzXML.TextNode if it isn't already an EzXML.Node and links it to node.

julia> import EzXML: ElementNode, prettyprint; import Kelpie: link_or_text!
+<span class="label-primary">MillironX</span>
source
Kelpie.link_or_text!Method
link_or_text!(node, content...)

Converts each content to an EzXML.TextNode if it isn't already an EzXML.Node and links it to node.

julia> import EzXML: ElementNode, prettyprint; import Kelpie: link_or_text!
 
 julia> prettyprint(link_or_text!(ElementNode("div"), ElementNode("br")))
 <div>
@@ -21,4 +21,4 @@ julia> prettyprint(link_or_text!(ElementNode("h1"), "Kelpie.jl
 <h1>Kelpie.jl</h1>
 
 julia> prettyprint(link_or_text!(ElementNode("div"), "The end", ElementNode("hr")))
-<div>The end<hr/></div>
source
+<div>The end<hr/></div>source diff --git a/dev/search/index.html b/dev/search/index.html index bc823ea..5428fab 100644 --- a/dev/search/index.html +++ b/dev/search/index.html @@ -1,2 +1,2 @@ -Search · Kelpie.jl

Loading search...

    +Search · Kelpie.jl

    Loading search...