Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
momeemt committed Jun 5, 2024
1 parent 416d4be commit a7207eb
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# std.html
The standard library of the brack-language for targeting to naive HTML.

## Heading
## Installation
```sh
$ brack add github:brack-lang/std.html
```

## Syntax
### Heading
```brack
{std.* Hello!}
{std.** }
Expand All @@ -11,7 +17,7 @@ The standard library of the brack-language for targeting to naive HTML.
<h1>Hello!</h1>
```

## Bold
### Bold
```brack
[std.* Hello!]
```
Expand All @@ -20,7 +26,7 @@ The standard library of the brack-language for targeting to naive HTML.
<span>Hello!</span>
```

## Italic
### Italic
```brack
[std./ Hello!]
```
Expand All @@ -29,7 +35,7 @@ The standard library of the brack-language for targeting to naive HTML.
<span style="">Hello!</span>
```

## List
### List
```brack
[std.list
Hokkaido,
Expand Down Expand Up @@ -60,7 +66,10 @@ The standard library of the brack-language for targeting to naive HTML.
</ul>
```

## Quote
### Quote
```brack
[std.> Hello!]
```

## LICENSE
MIT OR Apache-2.0

0 comments on commit a7207eb

Please sign in to comment.