Expand description
List normalization for Markdown lists.
This module detects and normalizes Markdown lists, fixing inconsistent indentation and bullet styles.
Structs§
Functions§
- detect_
lists - Detect all lists in the given content.
- normalize_
bullet_ styles - Normalize bullet styles to a consistent character.
- normalize_
list_ indentation - Normalize list indentation to standard 2-space increments for unordered lists.
- normalize_
lists - Normalize lists in content with both indentation and bullet style fixes.
- normalize_
loose_ lists - Normalize spacing between headers/paragraphs and lists.