Sha256: c6cf739f43849b59b19f1963f54e22d0809a465424881c0db90f3042f8e038da

Contents?: true

Size: 875 Bytes

Versions: 10

Compression:

Stored size: 875 Bytes

Contents

// .links-with-preview
// Demonstration of reveal.js global data-preview-link feature
// :include: //div[@class="slides"] | //body/*[last()-1]
// :header_footer:
= Links With Preview Tests
:revealjs_previewlinks: True
:imagesdir: images/

== Set Globally

https://en.wikipedia.org/wiki/February_4[Here's a link]

== Disabled Locally

https://en.wikipedia.org/wiki/February_4[Link One, preview=false]

https://en.wikipedia.org/wiki/February_4[Link Two, preview=0]

https://en.wikipedia.org/wiki/February_4[Link Three, preview=False]

== Image block with a Link

image::70s.jpg[link="https://montrehack.ca/"]

== Image block with a Link Disabled Locally

image::70s.jpg[link="https://montrehack.ca/", link_preview=false]

== Inlined Images

image:70s.jpg[link="https://montrehack.ca/", width=200px]
image:70s.jpg[link="https://montrehack.ca/", width=200px, link_preview=false]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
asciidoctor-revealjs-5.1.0 examples/links-preview.adoc
asciidoctor-revealjs-5.0.1 examples/links-preview.adoc
asciidoctor-revealjs-5.0.0.rc1 examples/links-preview.adoc
asciidoctor-revealjs-4.1.0 examples/links-preview.adoc
asciidoctor-revealjs-4.1.0.rc5 examples/links-preview.adoc
asciidoctor-revealjs-4.1.0.rc4 examples/links-preview.adoc
asciidoctor-revealjs-4.1.0.rc3 examples/links-preview.adoc
asciidoctor-revealjs-4.1.0.rc2 examples/links-preview.adoc
asciidoctor-revealjs-4.0.1 examples/links-preview.adoc
asciidoctor-revealjs-4.0.0 examples/links-preview.adoc