Callout

exported by ox-hugo on Org_Mode & Emacs A built-in component to show important information to the reader.

Example

👾
A callout is a short piece of text intended to attract attention.
ℹ️
A callout is a short piece of text intended to attract attention.
⚠️
A callout is a short piece of text intended to attract attention.
🚫
A callout is a short piece of text intended to attract attention.

Usage

Default

🌐
Hugo can be used to create a wide variety of websites, including blogs, portfolios, documentation sites, and more.
Org-Mode
#+attr_shortcode: emoji="🌐"
#+begin_callout
Hugo can be used to create a wide variety of websites, including blogs,
portfolios, documentation sites, and more.
#+end_callout
{{< callout emoji="🌐" >}}
  Hugo can be used to create a wide variety of websites, including blogs, portfolios, documentation sites, and more.
{{< /callout >}}

Info

ℹ️
Please visit GitHub to see the latest releases.
Org-Mode
#+attr_shortcode: type="info"
#+begin_callout
Please visit GitHub to see the latest releases.
#+end_callout
{{< callout type="info" >}}
Please visit GitHub to see the latest releases.
{{< /callout >}}

Warning

⚠️
This API will be deprecated in the next version.
Org-Mode
#+attr_shortcode: type="warning"
#+begin_callout
This API will be deprecated in the next version.
#+end_callout
{{< callout type="warning" >}}
This API will be deprecated in the next version.
{{< /callout >}}

Error

🚫
Something went wrong and it’s going to explode.
Org-Mode
#+attr_shortcode: type="error"
#+begin_callout
Something went wrong and it's going to explode.
#+end_callout
{{< callout type="error" >}}
Something went wrong and it's going to explode.
{{< /callout >}}
마지막 수정일자