pub fn build_markdown_chunk(
path: &str,
heading_breadcrumb: &str,
body: &str,
) -> StringExpand description
Build a chunk for a single markdown heading section.
Format:
[doc] path/to/README.md
Parent Heading > Section Heading
Section body text here.