1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 13:43:08 +00:00

Fix examples for html_element not being rendered as doctests

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-05 16:33:48 -05:00
parent 8bf4c1d3a2
commit 23960497e6
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -103,7 +103,7 @@ specified by `kwargs`.
# Example
```
```jldoctest
julia> import EzXML: prettyprint
julia> prettyprint(html_element("img"; src="https://millironx.com/images/charolette.jpg"))