IWE Normalize
Performs comprehensive document normalization across all markdown files.
Usage
iwe normalizeOperations performed
- Updates link titles to match target document headers
- Adjusts header levels for consistent hierarchy
- Renumbers ordered lists
- Fixes markdown formatting (newlines, indentation)
- Standardizes list formatting
- Normalizes document structure
Examples
# Basic normalization
iwe normalize
# With debug output (global verbose option)
iwe -v 2 normalizeImportant: Always backup your files before running normalization, especially the first time.