pub type MdComponentProps = MdComponentProps<Html>;
pub struct MdComponentProps { pub attributes: BTreeMap<String, String>, pub children: VNode, }
attributes: BTreeMap<String, String>
children: VNode