fn get_tail_section_suggestions(content: &str, section_name: &str) -> StringExpand description
Provides suggestions for fixing common tail section formatting issues.
This function analyzes the content and provides specific, actionable suggestions based on common mistakes users make when writing tail sections.
§Arguments
content- The problematic content to analyzesection_name- The name of the section for context
§Returns
A string containing specific suggestions for fixing the issues