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