Sha256: 7197d5022d24ba9761b547343ba95419b61f2f9b82690a1f5c9357fb50e519a1

Contents?: true

Size: 176 Bytes

Versions: 1

Compression:

Stored size: 176 Bytes

Contents

<ol {% if node.id %}id="{{ node.id }}"{% endif %}>
  {% for item in node.items %}
    <li>
      <p>{{ item.text }}</p>
      {{ item.content }}
    </li>
  {% endfor %}
</ol>

Version data entries

1 entries across 1 versions & 1 rubygems

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