Sha256: 80a5ab54b3bbfb3527fa72024d36fb92a5f6a795de5e6edc7c4ea5b73fef0a7c

Contents?: true

Size: 687 Bytes

Versions: 21

Compression:

Stored size: 687 Bytes

Contents

- unless @id.nil?
  %a{:id=>@id}
- 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 :double
  =(role? ? %(<span class="#{role}">&#8220;#{@text}&#8221;</span>) : %(&#8220;#{@text}&#8221;))
- when :single
  =(role? ? %(<span class="#{role}">&#8216;#{@text}&#8217;</span>) : %(&#8216;#{@text}&#8217;))
- when :asciimath, :latexmath
  - open, close = ::Asciidoctor::INLINE_MATH_DELIMITERS[@type]
  =%(#{open}#{@text}#{close})
- else
  =(role? ? %(<span class="#{role}">#{@text}</span>) : @text)

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hyla-1.0.9 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.9.pre.3 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.9.pre.2 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.9.pre.1 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.8 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7.pre.9 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7.pre.8 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7.pre.7 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7.pre.6 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7.pre.5 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7.pre.3 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7.pre.2 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.7.pre.1 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.6 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.5 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.5.pre.1 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.4 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.3 lib/resources/backends/haml/html5/inline_quoted.html.haml
hyla-1.0.2 lib/resources/backends/haml/html5/inline_quoted.html.haml