pub type MarkdownBlockRenderFn = dyn Fn(&MarkdownNode, &mut Window, &mut App) -> AnyElement + Sync + Send;Expand description
Type for a custom Markdown block renderer.
pub type MarkdownBlockRenderFn = dyn Fn(&MarkdownNode, &mut Window, &mut App) -> AnyElement + Sync + Send;Type for a custom Markdown block renderer.