Expand description
Markdown parsing and code block extraction
Structs§
- Extracted
Markers - 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.