templates/example.html in asciidoctor-htmlbook-0.0.1 vs templates/example.html in asciidoctor-htmlbook-0.0.2
- old
+ new
@@ -1,4 +1,4 @@
<div data-type="example">
- {% if node.title %}<h5>{{ node.title }}</h5>{% endif %}
+ {% if node.title %}<h5>{{ node.captioned_title }}</h5>{% endif %}
{{ node.content }}
</div>