pub async fn convert_material_blocks_to_markdown_with_llm(
    blocks: &[GutenbergBlock],
    app_config: &ApplicationConfiguration,
) -> Result<String>Expand description
Cleans content by converting the material blocks to clean markdown using an LLM