Trigger a cargo update
This commit is contained in:
parent
34d350da19
commit
bed24b283f
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ impl<'a, T: Iterator<Item = Event<'a>>> Iterator for JotdownBufferIter<'a, T> {
|
|||
.map(|r| RichText(Cow::Borrowed(r.0), r.1))
|
||||
.collect::<Vec<_>>();
|
||||
let image_url = jot.image_url;
|
||||
|
||||
let urls = jot.urls;
|
||||
let added = jot.added;
|
||||
let metrics = jot.metrics;
|
||||
|
|
Loading…
Reference in a new issue