Sha256: 3c9150b4447bab012d608f4cfb347927f06e55bd04f535eebb578c3d186b4bcf

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

<dl {% if node.id %}id="{{ node.id }}"{% endif %}>
  {% 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

1 entries across 1 versions & 1 rubygems

Version Path
asciidoctor-htmlbook-0.0.6 templates/dlist.html