Sha256: bfd1843677dd61f0c78c93501620c8b2ad08f420c522516ee738d8204b596db0

Contents?: true

Size: 693 Bytes

Versions: 6

Compression:

Stored size: 693 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
    =(double_quoted text)
- when :single
  = html_tag_if role?, :span, :class=>role
    =(single_quoted text)
- when :asciimath, :latexmath
  span.math data-lang=stem_lang =(delimit_stem text, type)
- else
  - if role == 'line-through' || role == 'del'
    del =text
  - else
    = html_tag_if role?, :span, :class=>role
      =text

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
asciidoctor-html5s-0.3.0 data/templates/inline_quoted.html.slim
asciidoctor-html5s-0.2.1 data/templates/inline_quoted.html.slim
asciidoctor-html5s-0.2.0 data/templates/inline_quoted.html.slim
asciidoctor-html5s-0.1.0 data/templates/inline_quoted.html.slim
asciidoctor-html5s-0.1.0.beta.11 data/templates/inline_quoted.html.slim
asciidoctor-html5s-0.1.0.beta.10 data/templates/inline_quoted.html.slim