Animate image fade in in markdown example
This commit is contained in:
parent
24cf355e96
commit
a6e64eac6f
2 changed files with 104 additions and 51 deletions
|
|
@ -167,8 +167,8 @@ impl Content {
|
|||
}
|
||||
|
||||
/// Returns the URLs of the Markdown images present in the [`Content`].
|
||||
pub fn images(&self) -> impl Iterator<Item = &Url> {
|
||||
self.state.images.iter()
|
||||
pub fn images(&self) -> &HashSet<Url> {
|
||||
&self.state.images
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue