@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.
Files changed (2) hide show
  1. package/README.md +3 -2
  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
- # markdownfix
34
+ markdownfix format
35
35
 
36
- A comprehensive markdown linting, formatting, and auto-conversion tool that combines the power of remark with ESLint for code blocks, plus intelligent plain-text-to-markdown conversion.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entro314labs/markdownfix",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Opinionated markdown formatter and linter for MD, MDX, MDC, and MDD files using Remark/Unified ecosystem",
5
5
  "type": "module",
6
6
  "repository": {