what's wrong with this path?
This commit is contained in:
parent
0557e3f2b9
commit
c3b1afe267
1 changed files with 3 additions and 2 deletions
|
@ -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())
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue