Sha256: eacee46ddf2319f46731bfcd5f9760dd8dbe6623a81e7ef9c0dddc6323af4d88

Contents?: true

Size: 657 Bytes

Versions: 15

Compression:

Stored size: 657 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

15 entries across 15 versions & 1 rubygems

Version Path
asciidoctor-revealjs-4.0.1 templates/inline_quoted.html.slim
asciidoctor-revealjs-4.0.0 templates/inline_quoted.html.slim
asciidoctor-revealjs-3.1.0 templates/inline_quoted.html.slim
asciidoctor-revealjs-3.0.0 templates/inline_quoted.html.slim
asciidoctor-revealjs-3.0.0.pre.rc1 templates/inline_quoted.html.slim
asciidoctor-revealjs-2.0.1 templates/inline_quoted.html.slim
asciidoctor-revealjs-2.0.0 templates/inline_quoted.html.slim
asciidoctor-revealjs-1.1.3 templates/inline_quoted.html.slim
asciidoctor-revealjs-1.1.1 templates/inline_quoted.html.slim
asciidoctor-revealjs-1.1.0 templates/inline_quoted.html.slim
asciidoctor-revealjs-1.0.4 templates/slim/inline_quoted.html.slim
asciidoctor-revealjs-1.0.3 templates/slim/inline_quoted.html.slim
asciidoctor-revealjs-1.0.2 templates/slim/inline_quoted.html.slim
asciidoctor-revealjs-1.0.1 templates/slim/inline_quoted.html.slim
asciidoctor-revealjs-1.0.0 templates/slim/inline_quoted.html.slim