Sha256: 0e07f358ee86416bcc65fdc1ae25fe1ec2da06a5b75c7ec49459bd5038f461d8

Contents?: true

Size: 564 Bytes

Versions: 21

Compression:

Stored size: 564 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;))
- 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/deckjs/inline_quoted.html.haml
hyla-1.0.9.pre.3 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.9.pre.2 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.9.pre.1 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.8 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7.pre.9 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7.pre.8 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7.pre.7 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7.pre.6 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7.pre.5 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7.pre.3 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7.pre.2 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.7.pre.1 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.6 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.5 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.5.pre.1 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.4 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.3 lib/resources/backends/haml/deckjs/inline_quoted.html.haml
hyla-1.0.2 lib/resources/backends/haml/deckjs/inline_quoted.html.haml