We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4174330 commit 2bc4a78Copy full SHA for 2bc4a78
README.md
@@ -7,8 +7,9 @@
7
8
# ⭐ Features
9
10
-- Open `"text/html"`-representable objects in your browser with `preview(x)`.
11
-- Clean syntax for writing HTML: `h.<tag>(children...; attrs...)`
+- **Display HTML**: Open `"text/html"`-representable objects in your browser with `preview(x)`.
+- **Write HTML**: Clean syntax for writing HTML: `h.<tag>(children...; attrs...)`
12
+- **Read HTML**: `Cobweb.read`.
13
14
```julia
15
h.div(class="myclass", style="color:red;")("content!")
0 commit comments