dogfen 2025.1008.0 → 2026.1009.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 +3 -0
- package/index.js +365 -82
- package/package.json +11 -10
package/README.md
CHANGED
|
@@ -16,6 +16,8 @@ Add the below oneliner to an existing markdown document:
|
|
|
16
16
|
|cell 1 | cell 2 |
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
+
see [demo](https://gh.dayl.in/dogfen/demo.html)
|
|
20
|
+
|
|
19
21
|
## converter
|
|
20
22
|
|
|
21
23
|
You could define a shell helper function to quickly convert a markdown doc to a dogfen doc.
|
|
@@ -35,3 +37,4 @@ md2dogfen README.md > README.dogfen.html
|
|
|
35
37
|
## related projects
|
|
36
38
|
|
|
37
39
|
- [texme](https://github.com/susam/texme)
|
|
40
|
+
- [zeromd](https://github.com/zerodevx/zero-md)
|