pub trait MarkdownLinkWidgetRefExt {
// Required methods
fn markdown_link(&self, path: &[LiveId]) -> MarkdownLinkRef;
fn as_markdown_link(&self) -> MarkdownLinkRef;
}
pub trait MarkdownLinkWidgetRefExt {
// Required methods
fn markdown_link(&self, path: &[LiveId]) -> MarkdownLinkRef;
fn as_markdown_link(&self) -> MarkdownLinkRef;
}