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}">“#{@text}”</span>) : %(“#{@text}”) - when :single =role? ? %(<span class="#{role}">‘#{@text}’</span>) : %(‘#{@text}’) - 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