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