Skip to main content

get_blocks_content_recursive

Function get_blocks_content_recursive 

Source
fn get_blocks_content_recursive(
    blocks: Vec<GutenbergBlock>,
) -> Result<String, Error>
Expand description

Get the content of each block and of all its inner blocks as a String.