Expand description
Blockquote-related utilities for rumdl.
Provides functions for working with blockquote-prefixed lines, including calculating effective indentation within blockquote context.
Structs§
- Parsed
Blockquote Prefix - Parsed blockquote prefix components.
Functions§
- content_
after_ blockquote - Extract the content after blockquote markers.
- count_
blockquote_ level - Count the number of blockquote markers (
>) at the start of a line. - effective_
indent_ in_ blockquote - Calculate the effective indentation of a line within a blockquote context.
- parse_
blockquote_ prefix - Parse a blockquote prefix from a line.