README.md in jekyll-bits-0.4.1 vs README.md in jekyll-bits-0.5
- old
+ new
@@ -30,12 +30,15 @@
Or with more details:
```yaml
---
jb_picture:
- src: ... SRC attribute of <IMG>
- alt: ... ALT attribute of <IMG>
- href: ... HREF attribute of <A>
+ src: SRC attribute of <IMG> (mandatory)
+ alt: ALT attribute of <IMG> (optional)
+ href: HREF attribute of <A> (optional)
+ caption: text of <FIGCAPTION> (optional)
+ width: width in pixels (optional)
+ height: height in pixels (optional)
---
```
Then, in the HTML `<head>`: