Sha256: f87644c494d0cc624f3f99b67b97be5dfb0b80df004052422c5d1344865ed171

Contents?: true

Size: 240 Bytes

Versions: 5

Compression:

Stored size: 240 Bytes

Contents

<div data-type="equation">
  {% if node.title %}<h5>{{ node.title }}</h5>{% endif %}
  {% case node.style %}
  {% when 'latexmath' %}
    \\[{{ node.content }}\\]
  {% when 'asciimath' %}
    \\${{ node.content }}\\$
  {% endcase %}
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

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