Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Sep 20, 2024
1 parent 4174330 commit 2bc4a78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@

# ⭐ Features

- Open `"text/html"`-representable objects in your browser with `preview(x)`.
- 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...)`
- **Read HTML**: `Cobweb.read`.

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

0 comments on commit 2bc4a78

Please sign in to comment.