Sha256: 6d1fa16d7bcd3bc84f458113e511e55cb34555d0c9951aca13828bcbb42ef86c

Contents?: true

Size: 378 Bytes

Versions: 8

Compression:

Stored size: 378 Bytes

Contents

= html_tag('div', { :id => @id, :class => ['olist', @style, role] }.merge(data_attrs(@attributes)))
  - if title?
    .title=title
  ol class=@style start=(attr :start) type=list_marker_keyword
    - items.each do |item|
      li class=('fragment' if (option? :step) || (has_role? 'step') || (attr? 'step'))
        p=item.text
        - if item.blocks?
          =item.content

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
asciidoctor-revealjs-5.1.0 templates/olist.html.slim
asciidoctor-revealjs-5.0.1 templates/olist.html.slim
asciidoctor-revealjs-5.0.0.rc1 templates/olist.html.slim
asciidoctor-revealjs-4.1.0 templates/olist.html.slim
asciidoctor-revealjs-4.1.0.rc5 templates/olist.html.slim
asciidoctor-revealjs-4.1.0.rc4 templates/olist.html.slim
asciidoctor-revealjs-4.1.0.rc3 templates/olist.html.slim
asciidoctor-revealjs-4.1.0.rc2 templates/olist.html.slim