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

- old
+ new

@@ -1 +1 @@ -<p>{{ node.content }}</p> +<p {% if node.id %}id="{{ node.id }}"{% endif %}>{{ node.content }}</p>