Sha256: 8c72a916fb3a29e29aee3b1eb753806feff30b8d9130f79adab3e4232f4f7abd

Contents?: true

Size: 130 Bytes

Versions: 5

Compression:

Stored size: 130 Bytes

Contents

<ul>
  {% for item in node.items %}
    <li>
      <p>{{ item.text }}</p>
      {{ item.content }}
    </li>
  {% endfor %}
</ul>

Version data entries

5 entries across 5 versions & 1 rubygems

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