@entro314labs/markdownfix 0.1.1 → 0.1.2
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,9 +31,10 @@ npx markdownfix --help
|
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
33
|
# Format all markdown files in current directory
|
|
34
|
-
|
|
34
|
+
markdownfix format
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
# Check formatting without writing changes
|
|
37
|
+
markdownfix check
|
|
37
38
|
|
|
38
39
|
# Lint files for issues
|
|
39
40
|
markdownfix lint
|
package/package.json
CHANGED