Sha256: dc827cbd4b40ada9123c6b86b252ff187fb2df505ae35ed539d37657283f2162

Contents?: true

Size: 293 Bytes

Versions: 5

Compression:

Stored size: 293 Bytes

Contents

<dl>
  {% for item in node.items %}
    {% for term in item.terms %}
      <dt>{{ term.text }}</dt>
    {% endfor %}
    {% if item.description.text %}
      <dd>{{ item.description.text }}</dd>
    {% else %}
      <dd>{{ item.description.content }}</dd>
    {% endif %}
  {% endfor %}
</dl>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
asciidoctor-htmlbook-0.0.5 templates/dlist.html
asciidoctor-htmlbook-0.0.4 templates/dlist.html
asciidoctor-htmlbook-0.0.3 templates/dlist.html
asciidoctor-htmlbook-0.0.2 templates/dlist.html
asciidoctor-htmlbook-0.0.1 templates/dlist.html