You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.9 KiB

+++ title = "Inline hyperlinked and non-hyperlinked images" tags = ["image", "inline"] draft = false +++

This tests the feature added to support proper export syntax for inline images -- ox-hugo Issue #125.

Inline non-hyperlinked image

No Alt text or any other attributes

This is an inline non-hyperlinked image without alt text or other attributes: .

With Alt text

This is an inline non-hyperlinked image with alt text: Inline Non-hyperlinked Image.

With other HTML attributes

This is an inline non-hyperlinked image with the width attribute: org-mode-unicorn-logo.png.

Non-inline non-hyperlinked image

{{< figure src="/images/org-mode-unicorn-logo.png" >}}

Inline hyperlinked image

No Alt text or any other attributes

This is an inline non-hyperlinked image without alt text or other attributes: .

With Alt text

This is an inline non-hyperlinked image with alt text: Inline Non-hyperlinked Image.

With other HTML attributes

This is an inline non-hyperlinked image with the width attribute: copy-2-of-unicorn-logo.png.

Non-inline hyperlinked image

{{< figure src="/ox-hugo/copy-2-of-unicorn-logo.png" link="/ox-hugo/copy-2-of-unicorn-logo.png" >}}