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.
61 lines
1.9 KiB
61 lines
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](https://github.com/kaushalmodi/ox-hugo/issues/125). |
|
|
|
|
|
## Inline non-hyperlinked image {#inline-non-hyperlinked-image} |
|
|
|
|
|
### No Alt text or any other attributes {#no-alt-text-or-any-other-attributes} |
|
|
|
This is an inline non-hyperlinked image without alt text or other |
|
attributes: . |
|
|
|
|
|
### With Alt text {#with-alt-text} |
|
|
|
This is an inline non-hyperlinked image with alt text: |
|
. |
|
|
|
|
|
### With other HTML attributes {#with-other-html-attributes} |
|
|
|
This is an inline non-hyperlinked image with the width attribute: |
|
<img src="/images/org-mode-unicorn-logo.png" alt="org-mode-unicorn-logo.png" width="30" />. |
|
|
|
|
|
## Non-inline non-hyperlinked image {#non-inline-non-hyperlinked-image} |
|
|
|
{{< figure src="/images/org-mode-unicorn-logo.png" >}} |
|
|
|
|
|
## Inline hyperlinked image {#inline-hyperlinked-image} |
|
|
|
|
|
### No Alt text or any other attributes {#no-alt-text-or-any-other-attributes} |
|
|
|
This is an inline non-hyperlinked image without alt text or other |
|
attributes: |
|
[](/ox-hugo/copy-2-of-unicorn-logo.png). |
|
|
|
|
|
### With Alt text {#with-alt-text} |
|
|
|
This is an inline non-hyperlinked image with alt text: |
|
[](/ox-hugo/copy-2-of-unicorn-logo.png). |
|
|
|
|
|
### With other HTML attributes {#with-other-html-attributes} |
|
|
|
This is an inline non-hyperlinked image with the width attribute: |
|
[<img src="/ox-hugo/copy-2-of-unicorn-logo.png" alt="copy-2-of-unicorn-logo.png" width="30" />](/ox-hugo/copy-2-of-unicorn-logo.png). |
|
|
|
|
|
## Non-inline hyperlinked image {#non-inline-hyperlinked-image} |
|
|
|
{{< figure src="/ox-hugo/copy-2-of-unicorn-logo.png" link="/ox-hugo/copy-2-of-unicorn-logo.png" >}}
|
|
|