Sha256: 23615aa963bc30f03b1df8a2a615beec4fa1a8499a749c867a314d4d9148fd11
Contents?: true
Size: 328 Bytes
Versions: 1
Compression:
Stored size: 328 Bytes
Contents
<ul {% if node.id %}id="{{ node.id }}"{% endif %} data-type="colist"> {% for item in node.items %} <li> <a data-type="callout" id="colist-{{ item.attributes.coids }}" href="#callout-{{ item.attributes.coids }}">{{ item.attributes.coids | split: '-' | last }}</a> {{ node.text }} </li> {% endfor %} </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asciidoctor-htmlbook-0.0.6 | templates/colist.html |