pub fn render_blocks_as_html(
blocks: Vec<SlackBlock>,
slack_references: SlackReferences,
default_style_class: &str,
highlight_style_class: &str,
) -> Stringpub fn render_blocks_as_html(
blocks: Vec<SlackBlock>,
slack_references: SlackReferences,
default_style_class: &str,
highlight_style_class: &str,
) -> String