Skip to main content

Module blockquote

Module blockquote 

Source
Expand description

Blockquote-related utilities for rumdl.

Provides functions for working with blockquote-prefixed lines, including calculating effective indentation within blockquote context.

Structs§

ParsedBlockquotePrefix
Parsed blockquote prefix components.

Functions§

content_after_blockquote
Extract the content after blockquote markers.
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.
strip_blockquote_prefix
Strip all blockquote markers from a line, returning the content after them.