Commit e1231df
committed
textproc/rumdl: update to 0.1.0
🎉 First Stable Release
rumdl reaches production-ready status after validation against 99,291 markdown files
across 51 popular repositories (kubernetes, react, vscode, rust-lang, tensorflow, and more)
with zero false positives detected.
Added
CLI: fmt --check flag for CI usage
Returns non-zero exit code if files would be modified
Enables dry-run formatting checks in CI pipelines
Fuzz testing infrastructure
Fix idempotency fuzzer verifies fixes don't oscillate
Run with make fuzz (requires nightly Rust)
Fixed
MD032: Single-pass idempotency for list blank lines
Fixes edge case where multiple fix passes could produce different results
MD050: Correct byte range for fix replacement
Fixes auto-fix for strong emphasis style in certain edge cases
Changed
README: Added "Used By" section with notable projects using rumdl
README: Updated SchemaStore section to reflect current status1 parent b79cf8c commit e1231df
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
643 | | - | |
644 | | - | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
| |||
0 commit comments