Sha256: a0cda9c0d2e3ee66f5851d913d8275c5bade79c0674581513e73e714bc4e25ea

Contents?: true

Size: 598 Bytes

Versions: 4

Compression:

Stored size: 598 Bytes

Contents

<!-- .basic
Doesn't exist in input examples.
-->
<div class="quoteblock">
  <blockquote>Four score and seven years ago our fathers brought forth
on this continent a new nation&#8230;&#8203;</blockquote>
</div>

<!-- .with_id_and_role
Correct example.
-->
<div id="parking"
     class="quoteblock startrek">
  <blockquote>
    Everybody   remember
    where   we    parked.
  </blockquote>
</div>

<!-- .with_attribution
Failing example.
-->
<div class="quoteblock">
  <blockquote>A person who never made a mistake <em>never</em> tried anything new.</blockquote>
  <div>Albert Einstein</div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
asciidoctor-doctest-2.0.0.beta.2 features/fixtures/html-slim/examples/html/block_quote.html
asciidoctor-doctest-2.0.0.beta.1 features/fixtures/html-slim/examples/html/block_quote.html
asciidoctor-doctest-1.5.2.0 features/fixtures/html-slim/examples/html/block_quote.html
asciidoctor-doctest-1.5.1.2 features/fixtures/html-slim/examples/html/block_quote.html