Sha256: 7adc21ea73d7a2f3a8e8fe9c902094d00bac262489e8147732209e8c7cde6a14
Contents?: true
Size: 471 Bytes
Versions: 8
Compression:
Stored size: 471 Bytes
Contents
- footnote = slide_footnote(self) - index = footnote.attr(:index) - id = footnote.id - if @type == :xref = html_tag('sup', { :class => ['footnoteref'] }.merge(data_attrs(footnote.attributes))) | [ span(class="footnote" title="View footnote.") = index | ] - else = html_tag('sup', { :id => ("_footnote_#{id}" if id), :class => ['footnote'] }.merge(data_attrs(footnote.attributes))) | [ span(class="footnote" title="View footnote.") = index | ]
Version data entries
8 entries across 8 versions & 1 rubygems