Sha256: e43e1f3ffe55be173b907d9ce81cf7c3b00f05be6a841eda47a5186232a8136b
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
<div {% if node.id %}id="{{ node.id }}"{% endif %} 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asciidoctor-htmlbook-0.0.6 | templates/stem.html |