templates/image.html in asciidoctor-htmlbook-0.0.5 vs templates/image.html in asciidoctor-htmlbook-0.0.6

- old
+ new

@@ -1,5 +1,5 @@ -<figure> +<figure {% if node.id %}id="{{ node.id }}"{% endif %}> {% if node.attributes.link %}<a href="{{ node.attributes.link }}">{% endif %} <img src="{{ node.attributes.target }}" {% if node.attributes.alt %}alt="{{ node.attributes.alt }}"{% endif %} {% if node.attributes.width %}width="{{ node.attributes.width }}"{% endif %} {% if node.attributes.height %}height="{{ node.attributes.height }}"{% endif %} />