Sha256: a5f6f085fa0da81a21ebf102cae2f4ed9649e23e78d22688d43afb1d56df88fe
Contents?: true
Size: 809 Bytes
Versions: 2
Compression:
Stored size: 809 Bytes
Contents
- case type - when :emphasis em id=id class=role =text - when :strong strong id=id class=role =text - when :monospaced code id=id class=role =text - when :superscript sup id=id class=role =text - when :subscript sub id=id class=role =text - when :mark mark id=id class=role =text - when :double = html_tag_if role? || id, :span, :id=>id, :class=>role =(double_quoted text) - when :single = html_tag_if role? || id, :span, :id=>id, :class=>role =(single_quoted text) - when :asciimath, :latexmath span.math id=id data-lang=stem_lang =(delimit_stem text, type) - else - case role - when 'line-through', 'strike' s id=id =text - when 'del' del id=id =text - when 'ins' ins id=id =text - else = html_tag_if role? || id, :span, :id=>id, :class=>role =text
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
asciidoctor-html5s-0.5.1 | data/templates/inline_quoted.html.slim |
asciidoctor-html5s-0.5.0 | data/templates/inline_quoted.html.slim |