mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Fix image mixin to allow figure with no args
This commit is contained in:
parent
a74376dca9
commit
d5c83a5810
|
@ -126,12 +126,12 @@ mixin codepen(slug, height, default_tab)
|
||||||
|
|
||||||
mixin image(url, width, caption, alt)
|
mixin image(url, width, caption, alt)
|
||||||
figure.o-block&attributes(attributes)
|
figure.o-block&attributes(attributes)
|
||||||
|
if url
|
||||||
img(src=url alt=(alt || caption) width="#{width || 500}")
|
img(src=url alt=(alt || caption) width="#{width || 500}")
|
||||||
|
|
||||||
if caption
|
if caption
|
||||||
+image-caption=caption
|
+image-caption=caption
|
||||||
|
|
||||||
else
|
|
||||||
block
|
block
|
||||||
|
|
||||||
//- Image caption
|
//- Image caption
|
||||||
|
|
Loading…
Reference in New Issue
Block a user