Sha256: 140d5870db075fac8eb2fd90b81b389e37d2342251eb464f5bd91e1c8aa7828a
Contents?: true
Size: 278 Bytes
Versions: 9
Compression:
Stored size: 278 Bytes
Contents
<div class="stem" {% if node.id %}id="{{ node.id }}"{% endif %}> {% if node.title %}<h5>{{ node.title }}</h5>{% endif %} {% case node.style %} {% when 'latexmath' %} \\[{{ node.content }}\\] {% when 'asciimath' %} \\${{ node.content }}\\$ {% endcase %} </div>
Version data entries
9 entries across 9 versions & 1 rubygems