dogfen 2025.1005.0 → 2025.1006.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -10
- package/index.js +21 -21
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
1
|
-
# notes
|
|
2
1
|
|
|
3
|
-
To install dependencies:
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
bun install
|
|
7
|
-
```
|
|
3
|
+
# dogfen
|
|
8
4
|
|
|
9
|
-
|
|
5
|
+
## usage
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
```
|
|
7
|
+
Add the below oneliner to an existing markdown document:
|
|
8
|
+
|
|
9
|
+
```html
|
|
10
|
+
<!DOCTYPE html><html><body><script src="https://unpkg.dev/dogfen"></script><textarea style="display:none;">
|
|
14
11
|
|
|
15
|
-
|
|
12
|
+
# Header 1
|
|
13
|
+
|
|
14
|
+
## Header 2
|
|
15
|
+
|
|
16
|
+
|col 1 | col 2 |
|
|
17
|
+
|---|---|
|
|
18
|
+
|cell 1 | cell 2 |
|
|
19
|
+
```
|
|
16
20
|
|
|
21
|
+
## related projects
|
|
17
22
|
|
|
23
|
+
- [texme](https://github.com/susam/texme)
|