Lady’s Gitweb
/
Lemon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
716349138eea24f4782fecddb8bfcc7ea275c060
[Lemon]
/
README.markdown
1
# 🍋🏷 Lemon
2
3
## Usage
4
5
```js
6
import Lemon from "./mod.js";
7
8
const { p, a, em } = Lemon;
9
10
document.body.append(
11
p`This is a ${em`very cool`} paragraph made with ${a({
12
href: "https://gitlab.com/kibigo/Lemon",
13
})`Lemon`}.`,
14
);
15
```
This page took
0.068466 seconds
and
3
git commands to generate.