Module parser

Module parser 

Source
Expand description

Markdown parsing and code block extraction

Structs§

ExtractedMarkers
Result of extracting markers from code block content.

Functions§

extract_markers
Extracts markers from code block content.
parse_info_string
Parses an info string from a fenced code block.
strip_double_at_prefix
Strips the @@ prefix from lines while keeping the content.