pub trait MarkdownSetWidgetSetExt {
// Required methods
fn markdown_set(&self, paths: &[&[LiveId]]) -> MarkdownSet;
fn as_markdown_set(&self) -> MarkdownSet;
}
pub trait MarkdownSetWidgetSetExt {
// Required methods
fn markdown_set(&self, paths: &[&[LiveId]]) -> MarkdownSet;
fn as_markdown_set(&self) -> MarkdownSet;
}