what's wrong with this path?

This commit is contained in:
Gabriel 2025-07-22 17:16:17 -04:00
parent 0557e3f2b9
commit c3b1afe267

View file

@ -145,9 +145,10 @@ fn media_content(item: &Item) -> Content{
}
}
}
_ => {}
_ => {
Content::Markdown(format!("Incorrectly assigned element:{:#?}",item))
}
}
Content::Markdown("Media not supported yet".to_owned())
}