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.
Files changed (3) hide show
  1. package/README.md +16 -10
  2. package/index.js +21 -21
  3. package/package.json +6 -7
package/README.md CHANGED
@@ -1,17 +1,23 @@
1
- # notes
2
1
 
3
- To install dependencies:
4
2
 
5
- ```bash
6
- bun install
7
- ```
3
+ # dogfen
8
4
 
9
- To run:
5
+ ## usage
10
6
 
11
- ```bash
12
- bun run index.js
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
- This project was created using `bun init` in bun v1.2.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
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)