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:
parent
8bf4c1d3a2
commit
23960497e6
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue