Sha256: cbce819a4f567e7675801e68abf28354903b703e8240a109f0039d7c1783c0a9

Contents?: true

Size: 601 Bytes

Versions: 3

Compression:

Stored size: 601 Bytes

Contents

- unless id.nil?
  a id=id aria-hidden='true'
- case type
- when :emphasis
  em class=role =text
- when :strong
  strong class=role =text
- when :monospaced
  code class=role =text
- when :superscript
  sup class=role =text
- when :subscript
  sub class=role =text
- when :mark
  mark class=role =text
- when :double
  = html_tag_if role?, :span, :class=>role
    | “#{text}”
- when :single
  = html_tag_if role?, :span, :class=>role
    | ‘#{text}’
- when :asciimath, :latexmath
  span.math =delimit_stem text, type
- else
  = html_tag_if role?, :span, :class=>role
    =text

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciidoctor-html5s-0.1.0.beta.4 data/templates/inline_quoted.html.slim
asciidoctor-html5s-0.1.0.beta.3 data/templates/inline_quoted.html.slim
asciidoctor-html5s-0.1.0.beta.1 data/templates/inline_quoted.html.slim