Skip to content

Commit 62c4130

Browse files
committed
Fix missing contentUrl
1 parent c659644 commit 62c4130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/src/mdast_to_html.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ impl Converter<'_> {
667667
(lightbox(&lb_id, meta, &img.alt, img.title.as_deref()))
668668
a href={"#" (lb_id)} {
669669
img class={"figure-img" (noborder)}
670+
itemprop="contentUrl"
670671
src=(meta.url) alt=(&img.alt) title=[&img.title]
671672
srcset=[srcset] sizes=[sizes]
672673
width=(meta.width) height=(meta.height);

0 commit comments

Comments
 (0)