Structs§
- Heading
- Represents a heading in a Markdown document
- Heading
Utils - Utility functions for working with Markdown headings
Enums§
- Heading
Style - Represents different styles of Markdown headings
Functions§
- extract_
heading_ text - Extract the text content from a heading
- get_
heading_ indentation - Get the indentation of a heading
- get_
heading_ level - Get the heading level for a line
- is_
code_ block_ delimiter - Check if a line is a code block delimiter
- is_
front_ matter_ delimiter - Check if a line is a front matter delimiter
- is_
heading - Checks if a line is a heading
- is_
setext_ heading - Checks if a line is a setext heading by examining its next line
- is_
setext_ heading_ marker - Checks if a line is a setext heading marker
- normalize_
heading - Normalize a heading to the specified level
- remove_
trailing_ hashes - Remove trailing hashes from a heading