mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2025-01-15 09:19:07 -05:00
Update README example with html node
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
4683189f5c
commit
e340ab4e26
1 changed files with 18 additions and 16 deletions
12
README.md
12
README.md
|
@ -60,11 +60,12 @@ Turns into
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
<!DOCTYPE html SYSTEM "about:legacy-compat">
|
||||||
<head>
|
<html>
|
||||||
|
<head>
|
||||||
<title>Kelpie.jl is awesome!</title>
|
<title>Kelpie.jl is awesome!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Dogs are cool</h1>
|
<h1>Dogs are cool</h1>
|
||||||
<h2>Julia is cool</h2>
|
<h2>Julia is cool</h2>
|
||||||
|
@ -75,7 +76,8 @@ Turns into
|
||||||
<p>Kelpies make great herding dogs for sheep.</p>
|
<p>Kelpies make great herding dogs for sheep.</p>
|
||||||
<p>Kelpies make great herding dogs for chickens.</p>
|
<p>Kelpies make great herding dogs for chickens.</p>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
Everything is pure Julia, so your imagination is the limit!
|
Everything is pure Julia, so your imagination is the limit!
|
||||||
|
|
Loading…
Reference in a new issue