Quality
Quality tools report content problems, apply explicit safe fixes, and normalize selected style without silently rewriting unrelated Markdown.
<?php
$report = $document->lint($config);
$document->fix($config);
$document->format();Tools
- Linting: report content and policy problems.
- Fixing: apply fixes attached to enabled rules.
- Formatting: normalize selected Markdown style.
Preview pending changes with diff() before saving a file.