Sha256: d32f3971692d8013a721737c9627dd058a1d1eab55c2ed306b14392fd9ca4d5f

Contents?: true

Size: 947 Bytes

Versions: 11

Compression:

Stored size: 947 Bytes

Contents

// .links
// Demonstration of reveal.js and AsciiDoc links
// :include: //div[@class="slides"]
// :header_footer:
= Links
:imagesdir: images/

== Regular

https://en.wikipedia.org/wiki/February_4[Link]

https://en.wikipedia.org/wiki/February_4[In new Window, window="_blank"]

https://en.wikipedia.org/wiki/February_4[In new Window (alternate syntax)^]


== With iFrame Preview Overlay

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

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

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


== Image Block with a Link

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


== Image Block with a Link With iFrame Preview

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


== Inlined Images

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

Version data entries

11 entries across 11 versions & 1 rubygems

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