Skip to content

Commit 0740fa1

Browse files
committed
readme
1 parent 2bc4a78 commit 0740fa1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
- **Write HTML**: Clean syntax for writing HTML: `h.<tag>(children...; attrs...)`
1212
- **Read HTML**: `Cobweb.read`.
1313

14-
```julia
15-
h.div(class="myclass", style="color:red;")("content!")
16-
# <div class="myclass" style="color:red;">content!</div>
17-
```
18-
1914
<br><br>
2015

2116
## 🚀 Quickstart

0 commit comments

Comments
 (0)