Skip to content

Commit 2bc4a78

Browse files
committed
readme
1 parent 4174330 commit 2bc4a78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77

88
# ⭐ Features
99

10-
- Open `"text/html"`-representable objects in your browser with `preview(x)`.
11-
- Clean syntax for writing HTML: `h.<tag>(children...; attrs...)`
10+
- **Display HTML**: Open `"text/html"`-representable objects in your browser with `preview(x)`.
11+
- **Write HTML**: Clean syntax for writing HTML: `h.<tag>(children...; attrs...)`
12+
- **Read HTML**: `Cobweb.read`.
1213

1314
```julia
1415
h.div(class="myclass", style="color:red;")("content!")

0 commit comments

Comments
 (0)