]> Lady’s Gitweb - Lemon/blob - README.markdown
Allow document specification and binding
[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.084622 seconds and 5 git commands to generate.