@thomasfkjorna/mdh
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@thomasfkjorna/mdh", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
# mdh | ||
![npm version badge](https://img.shields.io/npm/v/@thomasfkjorna/mdh?color=%23cb0000&logo=npm) | ||
small cli utility for converting multiple markdown files to one html document with support for gfm and math (katex). | ||
@@ -15,2 +17,4 @@ | ||
either specify `-o` | ||
```sh | ||
@@ -20,2 +24,8 @@ mdh markdown1.md markdown2.md -o out.html | ||
or have the last argument end in `.html` | ||
```sh | ||
mdh markdown1.md markdown2.md out.html | ||
``` | ||
## options | ||
@@ -22,0 +32,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26522
46