<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Components on Hinode</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/</link><description>Recent content in Components on Hinode</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2026 Hinode Team</copyright><lastBuildDate>Mon, 30 Mar 2026 11:46:55 +0200</lastBuildDate><atom:link href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/index.xml" rel="self" type="application/rss+xml"/><item><title>Abbr</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/abbr/</link><pubDate>Thu, 16 Jan 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/abbr/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.19.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.19.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.19.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the abbr shortcode to show the long form of an abbreviation on hover. The abbreviation data is retrieved from a central data file. By default, the shortcode uses &lt;code&gt;data/abbr.yaml&lt;/code&gt; with translation support.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;&lt;abbr title="HyperText Markup Language" tabindex="0"&gt;HTML&lt;/abbr&gt;
















 
 
 
 
 
 
 


 
 
 
 


 &lt;abbr class="initialism" title="HyperText Markup Language" tabindex="0"&gt;html&lt;/abbr&gt;&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; abbr HTML &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; abbr key=&amp;#34;html&amp;#34; class=&amp;#34;initialism&amp;#34; &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h2 id="data" class="heading "&gt;Data&lt;a href="#data" aria-labelledby="data"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Define a file in the &lt;code&gt;data&lt;/code&gt; folder that contains the abbreviation data. The format expects the following attributes:&lt;/p&gt;</description></item><item><title>Accordion</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/accordion/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/accordion/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;accordion&lt;/code&gt; shortcode to show a group of vertically collapsing and expanding items. Add &lt;code&gt;accordion-item&lt;/code&gt; inner elements for each accordion item.&lt;/p&gt;



&lt;h3 id="flush" class="heading "&gt;Flush&lt;a href="#flush" aria-labelledby="flush"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Add &lt;code&gt;.accordion-flush&lt;/code&gt; to the &lt;code&gt;class&lt;/code&gt; attributes to remove some borders and rounded corners to render accordions edge-to-edge within their parent container.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;







 &lt;div id="accordion-flush" class="accordion mb-3 accordion-flush"&gt;
 












 &lt;div class="accordion-item"&gt;&lt;div id="accordion-flush-heading-0" class="accordion-header m-0 fs-2"&gt;
 &lt;button class="accordion-button collapsed"
 type="button"
 data-bs-toggle="collapse"
 data-bs-target="#accordion-flush-item-0"
 aria-expanded="false"
 aria-controls="accordion-flush-item-0"
 &gt;
 Accordion Item #1
 &lt;/button&gt;
 &lt;/div&gt;&lt;div id="accordion-flush-item-0" 
 class="accordion-collapse collapse"
 aria-labelledby="accordion-flush-heading-0"
 data-bs-parent="#accordion-flush"
 &gt;
 &lt;div class="accordion-body"&gt;This is the first item&amp;rsquo;s accordion body. It supports Markdown content. The item is shown by
adding the value &lt;code&gt;show&lt;/code&gt; to the &lt;code&gt;class&lt;/code&gt; argument.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;

 












 &lt;div class="accordion-item"&gt;&lt;div id="accordion-flush-heading-1" class="accordion-header m-0 fs-2"&gt;
 &lt;button class="accordion-button collapsed"
 type="button"
 data-bs-toggle="collapse"
 data-bs-target="#accordion-flush-item-1"
 aria-expanded="false"
 aria-controls="accordion-flush-item-1"
 &gt;
 Accordion Item #2
 &lt;/button&gt;
 &lt;/div&gt;&lt;div id="accordion-flush-item-1" 
 class="accordion-collapse collapse"
 aria-labelledby="accordion-flush-heading-1"
 data-bs-parent="#accordion-flush"
 &gt;
 &lt;div class="accordion-body"&gt;This is the second item&amp;rsquo;s accordion body. It too supports Markdown content.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;

 












 &lt;div class="accordion-item"&gt;&lt;div id="accordion-flush-heading-2" class="accordion-header m-0 fs-2"&gt;
 &lt;button class="accordion-button collapsed"
 type="button"
 data-bs-toggle="collapse"
 data-bs-target="#accordion-flush-item-2"
 aria-expanded="false"
 aria-controls="accordion-flush-item-2"
 &gt;
 Accordion Item #3
 &lt;/button&gt;
 &lt;/div&gt;&lt;div id="accordion-flush-item-2" 
 class="accordion-collapse collapse"
 aria-labelledby="accordion-flush-heading-2"
 data-bs-parent="#accordion-flush"
 &gt;
 &lt;div class="accordion-body"&gt;This is the third item&amp;rsquo;s accordion body.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; accordion id=&amp;#34;accordion-flush&amp;#34; class=&amp;#34;accordion-flush&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; accordion-item title=&amp;#34;Accordion Item &lt;span class="ni"&gt;#1&lt;/span&gt;&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; This is the first item&amp;#39;s accordion body. It supports Markdown content. The item is shown by
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; adding the value &lt;span class="sb"&gt;`show`&lt;/span&gt; to the &lt;span class="sb"&gt;`class`&lt;/span&gt; argument.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; /accordion-item &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; accordion-item title=&amp;#34;Accordion Item &lt;span class="ni"&gt;#2&lt;/span&gt;&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; This is the second item&amp;#39;s accordion body. It too supports Markdown content.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; /accordion-item &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; accordion-item title=&amp;#34;Accordion Item &lt;span class="ni"&gt;#3&lt;/span&gt;&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; This is the third item&amp;#39;s accordion body.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; /accordion-item &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /accordion &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h3 id="always-open" class="heading "&gt;Always Open&lt;a href="#always-open" aria-labelledby="always-open"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Set &lt;code&gt;always-open&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt; to make accordion items stay open when another item is opened.&lt;/p&gt;</description></item><item><title>Alert</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/alert/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/alert/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;alert&lt;/code&gt; shortcode to display a contextual feedback message. The inner content is used as alert text.&lt;/p&gt;



&lt;h3 id="colored-alert" class="heading "&gt;Colored Alert&lt;a href="#colored-alert" aria-labelledby="colored-alert"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Set &lt;code&gt;color&lt;/code&gt; to one of the available theme colors to adjust the appearance of the alert.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;











&lt;div class="d-flex alert alert-primary " 
 role="alert"&gt;
 
 &lt;div class="flex-grow-1 my-auto"&gt;
 A simple primary alert—check it out!
 &lt;/div&gt;
 &lt;/div&gt;












&lt;div class="d-flex alert alert-secondary " 
 role="alert"&gt;
 
 &lt;div class="flex-grow-1 my-auto"&gt;
 A simple secondary alert—check it out!
 &lt;/div&gt;
 &lt;/div&gt;












&lt;div class="d-flex alert alert-success " 
 role="alert"&gt;
 
 &lt;div class="flex-grow-1 my-auto"&gt;
 A simple success alert—check it out!
 &lt;/div&gt;
 &lt;/div&gt;












&lt;div class="d-flex alert alert-danger " 
 role="alert"&gt;
 
 &lt;div class="flex-grow-1 my-auto"&gt;
 A simple danger alert—check it out!
 &lt;/div&gt;
 &lt;/div&gt;












&lt;div class="d-flex alert alert-warning " 
 role="alert"&gt;
 
 &lt;div class="flex-grow-1 my-auto"&gt;
 A simple warning alert—check it out!
 &lt;/div&gt;
 &lt;/div&gt;












&lt;div class="d-flex alert alert-info " 
 role="alert"&gt;
 
 &lt;div class="flex-grow-1 my-auto"&gt;
 A simple info alert—check it out!
 &lt;/div&gt;
 &lt;/div&gt;












&lt;div class="d-flex alert alert-light " 
 role="alert"&gt;
 
 &lt;div class="flex-grow-1 my-auto"&gt;
 A simple light alert—check it out!
 &lt;/div&gt;
 &lt;/div&gt;












&lt;div class="d-flex alert alert-dark " 
 role="alert"&gt;
 
 &lt;div class="flex-grow-1 my-auto"&gt;
 A simple dark alert—check it out!
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; alert color=&amp;#34;primary&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; A simple primary alert—check it out!
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; alert color=&amp;#34;secondary&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; A simple secondary alert—check it out!
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; alert color=&amp;#34;success&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; A simple success alert—check it out!
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; alert color=&amp;#34;danger&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; A simple danger alert—check it out!
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; alert color=&amp;#34;warning&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; A simple warning alert—check it out!
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; alert color=&amp;#34;info&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; A simple info alert—check it out!
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; alert color=&amp;#34;light&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; A simple light alert—check it out!
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; alert color=&amp;#34;dark&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; A simple dark alert—check it out!
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /alert &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h3 id="dismissible-alert" class="heading "&gt;Dismissible Alert&lt;a href="#dismissible-alert" aria-labelledby="dismissible-alert"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Set &lt;code&gt;dismissible&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt; to allow the user to dismiss the alert.&lt;/p&gt;</description></item><item><title>Animation</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/animation/</link><pubDate>Tue, 02 Jan 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/animation/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.20.4"
 href="https://github.com/gethinode/hinode/releases/tag/v0.20.4" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.20.4&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the animation shortcode to show an After Effects animation, powered by 
 &lt;a href="https://airbnb.io/lottie/" target="_blank" rel="noopener noreferrer nofollow"&gt;Lottie&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
. The Lottie library supports animations that have been exported as JSON with Bodymovin. The animation uses vector graphics and is responsive. The shortcode is a simplified wrapper of the Lottie library that provides basic functionality.&lt;/p&gt;</description></item><item><title>Args</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/args/</link><pubDate>Mon, 23 Jun 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/args/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.22.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.22.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.22.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the args shortcode to generate a table of structured arguments. The argument definitions are expected to be defined in a data file identified by a provided structure name.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;











 
 




 
 
 


















 
 
 
 

 
 &lt;div class="table-responsive d-none d-md-block "&gt;
 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Name&lt;/th&gt;
 &lt;th&gt;Type&lt;/th&gt;
 &lt;th&gt;Required&lt;/th&gt;
 &lt;th&gt;Default&lt;/th&gt;
 &lt;th&gt;Comment&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;group&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Name of the group filter. This is typically used when a shortcode and partial have common arguments. The group filter binds a specific argument to a particular group. By default, an argument belongs to all groups.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;header-level&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;3&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;


 













 
&lt;a aria-label="v1.0.0"
 href="https://github.com/gethinode/hinode/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary btn-xs position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 data-bs-toggle="tooltip" data-bs-title="Added in v1.0.0" data-bs-placement="top"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;v1.0.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;span class="align-self-center order-first pe-1"&gt;
 






 &lt;svg class="svg-inline--fa bi bi-rocket-takeoff " fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-rocket-takeoff"&gt;&lt;/use&gt;&lt;/svg&gt;
 &lt;/span&gt;
 
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
 The header level to use for the user-defined type headers.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;page&lt;/td&gt;
 &lt;td&gt;*hugolib.pageState, *hugolib.pageForRenderHooks, *hugolib.pageForShortcode&lt;/td&gt;
 &lt;td&gt;yes&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Context of the current page.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;parent&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Flag to filter only arguments that have a parent attribute (either &lt;code&gt;cascade&lt;/code&gt; or &lt;code&gt;merge&lt;/code&gt;).&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;render-type&lt;/td&gt;
 &lt;td&gt;select&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;both&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;


 













 
&lt;a aria-label="v1.0.0"
 href="https://github.com/gethinode/hinode/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary btn-xs position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 data-bs-toggle="tooltip" data-bs-title="Added in v1.0.0" data-bs-placement="top"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;v1.0.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;span class="align-self-center order-first pe-1"&gt;
 






 &lt;svg class="svg-inline--fa bi bi-rocket-takeoff " fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-rocket-takeoff"&gt;&lt;/use&gt;&lt;/svg&gt;
 &lt;/span&gt;
 
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
 Option whether to render arguments, user-defined types, or both. Please note that the arguments will render a link to a user-defined type in any case. Supported values: [&lt;code&gt;arguments&lt;/code&gt;, &lt;code&gt;types&lt;/code&gt;, &lt;code&gt;both&lt;/code&gt;].&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;structure&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;yes&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Name of the data file that contains argument definitions. Supported data formats include JSON, TOML, YAML, and XML. You can omit the file extension. The file should reside in the &lt;code&gt;data/structures&lt;/code&gt; folder. For bookshop components, add the &lt;code&gt;bookshop-&lt;/code&gt; prefix to the structure name.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

 &lt;/div&gt;

 
 &lt;div class="table-responsive d-md-none "&gt;
 &lt;table class="table-wrap table " &gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Name&lt;/th&gt;
 &lt;th&gt;Type&lt;/th&gt;
 &lt;th&gt;Required&lt;/th&gt;
 &lt;th&gt;Default&lt;/th&gt;
 &lt;th&gt;Comment&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;group&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Name of the group filter. This is typically used when a shortcode and partial have common arguments. The group filter binds a specific argument to a particular group. By default, an argument belongs to all groups.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;header-level&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;3&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;


 













 
&lt;a aria-label="v1.0.0"
 href="https://github.com/gethinode/hinode/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary btn-xs position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 data-bs-toggle="tooltip" data-bs-title="Added in v1.0.0" data-bs-placement="top"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;v1.0.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;span class="align-self-center order-first pe-1"&gt;
 






 &lt;svg class="svg-inline--fa bi bi-rocket-takeoff " fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-rocket-takeoff"&gt;&lt;/use&gt;&lt;/svg&gt;
 &lt;/span&gt;
 
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
 The header level to use for the user-defined type headers.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;page&lt;/td&gt;
 &lt;td&gt;*hugolib.pageState, *hugolib.pageForRenderHooks, *hugolib.pageForShortcode&lt;/td&gt;
 &lt;td&gt;yes&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Context of the current page.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;parent&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Flag to filter only arguments that have a parent attribute (either &lt;code&gt;cascade&lt;/code&gt; or &lt;code&gt;merge&lt;/code&gt;).&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;render-type&lt;/td&gt;
 &lt;td&gt;select&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;both&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;


 













 
&lt;a aria-label="v1.0.0"
 href="https://github.com/gethinode/hinode/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary btn-xs position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 data-bs-toggle="tooltip" data-bs-title="Added in v1.0.0" data-bs-placement="top"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;v1.0.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;span class="align-self-center order-first pe-1"&gt;
 






 &lt;svg class="svg-inline--fa bi bi-rocket-takeoff " fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-rocket-takeoff"&gt;&lt;/use&gt;&lt;/svg&gt;
 &lt;/span&gt;
 
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
 Option whether to render arguments, user-defined types, or both. Please note that the arguments will render a link to a user-defined type in any case. Supported values: [&lt;code&gt;arguments&lt;/code&gt;, &lt;code&gt;types&lt;/code&gt;, &lt;code&gt;both&lt;/code&gt;].&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;structure&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;yes&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Name of the data file that contains argument definitions. Supported data formats include JSON, TOML, YAML, and XML. You can omit the file extension. The file should reside in the &lt;code&gt;data/structures&lt;/code&gt; folder. For bookshop components, add the &lt;code&gt;bookshop-&lt;/code&gt; prefix to the structure name.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

 &lt;/div&gt;
 
 

 

 
 
 
 

&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; args &amp;#34;args&amp;#34; &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h2 id="data-format" class="heading "&gt;Data Format&lt;a href="#data-format" aria-labelledby="data-format"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Arguments support the following elements:&lt;/p&gt;</description></item><item><title>Badge</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/badge/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/badge/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.19.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.19.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.19.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Badges can be added to headings. Check the 
 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/button/"&gt;Button&lt;/a&gt;
 component on how to add a badge to a button.&lt;/p&gt;



&lt;h3 id="heading-badges" class="heading "&gt;Heading Badges&lt;a href="#heading-badges" aria-labelledby="heading-badges"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Badges scale to match the size of the immediate parent element by using relative font sizing and em units. Use Hugo&amp;rsquo;s 
 &lt;a href="https://gohugo.io/getting-started/configuration-markup/#goldmark" target="_blank" rel="noopener noreferrer nofollow"&gt;curly brackets syntax&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 to apply a heading class.&lt;/p&gt;</description></item><item><title>Breadcrumb</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/breadcrumb/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/breadcrumb/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;breadcrumb&lt;/code&gt; shortcode to display the current page’s location within the site&amp;rsquo;s navigational hierarchy.&lt;/p&gt;



&lt;h3 id="default-breadcrumb" class="heading "&gt;Default Breadcrumb&lt;a href="#default-breadcrumb" aria-labelledby="default-breadcrumb"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;The following shortcode displays a breadcrumb for the current page.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;




















 
 

 
 

 
 




 &lt;nav aria-label="breadcrumb" class="d-sm-none"&gt;
 &lt;ol class="breadcrumb"&gt;
 &lt;li class="breadcrumb-item"&gt;
 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/"&gt;
 






 &lt;svg class="svg-inline--fa bi bi-chevron-left " fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-chevron-left"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&amp;nbsp;Components
 &lt;/a&gt;
 &lt;/li&gt;&lt;/ol&gt;
 &lt;/nav&gt;

 &lt;nav aria-label="breadcrumb" class="d-none d-sm-block"&gt;
 &lt;ol class="breadcrumb"&gt;
 
 &lt;li class="breadcrumb-item"&gt;&lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/"&gt;Home&lt;/a&gt;&lt;/li&gt;
 
 &lt;li class="breadcrumb-item"&gt;&lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/"&gt;Docs&lt;/a&gt;&lt;/li&gt;
 
 &lt;li class="breadcrumb-item"&gt;&lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/"&gt;Components&lt;/a&gt;&lt;/li&gt;&lt;li class="breadcrumb-item active" aria-current="page"&gt;
 
 
 Breadcrumb
 &lt;/li&gt;
 &lt;/ol&gt;
 &lt;/nav&gt;

&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; breadcrumb &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h3 id="breadcrumb-for-specific-path" class="heading "&gt;Breadcrumb for Specific Path&lt;a href="#breadcrumb-for-specific-path" aria-labelledby="breadcrumb-for-specific-path"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Set &lt;code&gt;path&lt;/code&gt; to a specific path to adjust the breadcrumb.&lt;/p&gt;</description></item><item><title>Button Group</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/button-group/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/button-group/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;button-group&lt;/code&gt; shortcode to display a group of buttons. Add inner &lt;code&gt;&amp;lt;button&amp;gt;&lt;/code&gt; elements for each 
 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/button/"&gt;Button Component&lt;/a&gt;
. As an example, the following shortcode displays a group of three buttons. See the 
 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/button/"&gt;Button Component&lt;/a&gt;
 for additional styling options.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;













 &lt;div class="btn-group" role="group" aria-label="Basic example"&gt;
 













 
&lt;a aria-label="Left"
 href="#!" class="btn btn-primary position-relative "
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Left&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;














 
&lt;a aria-label="Middle"
 href="#!" class="btn btn-primary position-relative "
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Middle&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;














 
&lt;a aria-label="Right"
 href="#!" class="btn btn-primary position-relative "
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Right&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;

 &lt;/div&gt;

&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; button-group aria-label=&amp;#34;Basic example&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; button color=&amp;#34;primary&amp;#34; href=&amp;#34;#!&amp;#34; &amp;gt;}}Left{{&amp;lt; /button &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; button color=&amp;#34;primary&amp;#34; href=&amp;#34;#!&amp;#34; &amp;gt;}}Middle{{&amp;lt; /button &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; {{&amp;lt; button color=&amp;#34;primary&amp;#34; href=&amp;#34;#!&amp;#34; &amp;gt;}}Right{{&amp;lt; /button &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /button-group &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h2 id="styling" class="heading "&gt;Styling&lt;a href="#styling" aria-labelledby="styling"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Check the 
 &lt;a href="https://getbootstrap.com/docs/5.3/components/button-group/#css" target="_blank" rel="noopener noreferrer nofollow"&gt;Bootstrap documentation&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 for additional styling options.&lt;/p&gt;</description></item><item><title>Button</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/button/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/button/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;button&lt;/code&gt; shortcode to display a button with a hyperlink. The inner content is used as button title. The button supports an optional badge and tooltip.&lt;/p&gt;



&lt;h3 id="stateful-buttons" class="heading "&gt;Stateful Buttons&lt;a href="#stateful-buttons" aria-labelledby="stateful-buttons"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Set the &lt;code&gt;button-state&lt;/code&gt; argument to change the appearance and behavior of the button.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;&lt;a aria-label="Enabled"
 href="#!" class="btn btn-primary position-relative "
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Enabled&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;





























 
&lt;a aria-label="Disabled"
 class="btn btn-primary disabled position-relative "
 aria-disabled="true"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Disabled&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;





























 
&lt;a aria-label="Active"
 href="#!" class="btn btn-primary active position-relative "
 data-bs-toggle="button" aria-pressed="true"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Active&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;





























 
&lt;a aria-label="Inactive"
 href="#!" class="btn btn-primary position-relative "
 data-bs-toggle="button" aria-pressed="false"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Inactive&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; button color=&amp;#34;primary&amp;#34; href=&amp;#34;#!&amp;#34; button-state=&amp;#34;enabled&amp;#34; &amp;gt;}}Enabled{{&amp;lt; /button &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; button color=&amp;#34;primary&amp;#34; href=&amp;#34;#!&amp;#34; button-state=&amp;#34;disabled&amp;#34; &amp;gt;}}Disabled{{&amp;lt; /button &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; button color=&amp;#34;primary&amp;#34; href=&amp;#34;#!&amp;#34; button-state=&amp;#34;active&amp;#34; &amp;gt;}}Active{{&amp;lt; /button &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; button color=&amp;#34;primary&amp;#34; href=&amp;#34;#!&amp;#34; button-state=&amp;#34;inactive&amp;#34; &amp;gt;}}Inactive{{&amp;lt; /button &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h3 id="sized-buttons" class="heading "&gt;Sized Buttons&lt;a href="#sized-buttons" aria-labelledby="sized-buttons"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Set the &lt;code&gt;button-size&lt;/code&gt; argument to resize the button.&lt;/p&gt;</description></item><item><title>Card Group</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/card-group/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/card-group/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.18.6"
 href="https://github.com/gethinode/hinode/releases/tag/v0.18.6" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.18.6&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the &lt;code&gt;card-group&lt;/code&gt; shortcode to display a group of cards. Add inner &lt;code&gt;&amp;lt;card&amp;gt;&lt;/code&gt; elements for each 
 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/card/"&gt;Card&lt;/a&gt;
. As an example, the following shortcode displays a group of three cards. See the 
 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/card/"&gt;Card Component&lt;/a&gt;
 for additional styling options.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;











&lt;div class="container-fluid p-0 "&gt;
 &lt;div class="row g-3 row-cols-1 row-cols-sm-2 row-cols-md-3"&gt;









 


&lt;div class="g-3 "&gt;

 
 &lt;div class="card h-100 text-start p-3"&gt;








 &lt;div class="card-icon
 
 
 mb-3 m-0 text-start"
 &gt;
 






 
 
 
 &lt;svg class="svg-inline--fa fab fa-bootstrap fa-4x fa-fw" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 576 512" overflow="visible"&gt;&lt;use href="#fab-bootstrap"&gt;&lt;/use&gt;&lt;/svg&gt;
 &lt;/div&gt;
&lt;div class="card-body p-0 d-flex flex-column"&gt;
 &lt;div&gt;
 
 &lt;p class="card-title fs-lg-5 fs-6"&gt;Bootstrap Framework
 &lt;/p&gt;</description></item><item><title>Card</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/card/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/card/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 
 

 &lt;blockquote class="blockquote-alert blockquote-alert-important"&gt;
 &lt;p class="blockquote-alert-heading"&gt;
 
 






 &lt;svg class="svg-inline--fa bi bi-exclamation fa-fw" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-exclamation"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 Important
 
 &lt;/p&gt;
 &lt;p&gt;Cards support inner content since release 


 
 
 &lt;a href="https://github.com/gethinode/hinode/releases/tag/v0.18.6" target="_blank" rel="noopener noreferrer nofollow"&gt;v0.18.6&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;

 . As a result, references to the card shortcode must be closed or self-closed.&lt;/p&gt;
 &lt;/blockquote&gt;
&lt;p&gt;Use the &lt;code&gt;card&lt;/code&gt; shortcode to display a card that links to a content page. When using a rich layout, the card includes a thumbnail (or icon) and a header. As an example, the following shortcode displays a horizontal card that links to the components overview. It includes a custom header and footer. You can use the 


 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/card-group/"&gt;Card-Group Shortcode&lt;/a&gt;
 to align multiple cards and to position them in a grid.&lt;/p&gt;</description></item><item><title>Carousel</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/carousel/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/carousel/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.7.1"
 href="https://github.com/gethinode/hinode/releases/tag/v0.7.1" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.7.1&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the &lt;code&gt;carousel&lt;/code&gt; shortcode to display a carousel of several images, with similar behavior as the 
 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/image/" title="image"&gt;Image&lt;/a&gt;
. As an example, the following shortcode displays a centered carousel with three slides, 16x9 aspect ratio, and a relative width of 67% on large screens.&lt;/p&gt;</description></item><item><title>Collapse</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/collapse/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/collapse/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;collapse&lt;/code&gt; shortcode to reveal or hide a panel. The panel can contain both HTML code and plain text. Link a button to the panel by assigning its ID to the &lt;code&gt;collapse&lt;/code&gt; attribute. As an example, the following shortcode displays a button that, when clicked, triggers a panel to appear or disappear.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;


























 
&lt;a aria-label="Trigger panel"
 href="#collapse-1" class="btn btn-primary position-relative "
 data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapse-1"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Trigger panel&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;






 &lt;div class="collapse my-4" id="collapse-1"&gt;
 &lt;div class="p-3 border rounded"&gt;Some placeholder content for the collapse component. This panel is &lt;em&gt;hidden by default&lt;/em&gt; but
revealed when the user activates the relevant trigger.&lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; button collapse-id=&amp;#34;collapse-1&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; Trigger panel
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /button &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; collapse id=&amp;#34;collapse-1&amp;#34; class=&amp;#34;p-3 border rounded&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; Some placeholder content for the collapse component. This panel is &lt;span class="ge"&gt;*hidden by default*&lt;/span&gt; but
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; revealed when the user activates the relevant trigger.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /collapse &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h2 id="styling" class="heading "&gt;Styling&lt;a href="#styling" aria-labelledby="styling"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Check the 
 &lt;a href="https://getbootstrap.com/docs/5.3/components/collapse/#css" target="_blank" rel="noopener noreferrer nofollow"&gt;Bootstrap documentation&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 for additional styling options.&lt;/p&gt;</description></item><item><title>Command</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/command/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/command/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.5.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.5.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.5.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;The &lt;code&gt;command&lt;/code&gt; shortcode generates terminal output for either &lt;code&gt;bash&lt;/code&gt;, &lt;code&gt;powershell&lt;/code&gt;, or &lt;code&gt;sql&lt;/code&gt; shell languages. The following example generates a block with a default bash command prompt.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;




&lt;div class="command syntax-highlight mb-3"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="command-line-prompt"&gt;&lt;span data-prompt="$"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;export&lt;/span&gt; &lt;span class="nv"&gt;MY_VAR&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;123&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; command &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;export MY_VAR=123
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /command &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h2 id="examples" class="heading "&gt;Examples&lt;a href="#examples" aria-labelledby="examples"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Change the style and language of your command prompt with shortcode arguments.&lt;/p&gt;</description></item><item><title>Docs</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/docs/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/docs/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.8.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.8.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.8.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;The &lt;code&gt;docs&lt;/code&gt; shortcode captures a code snippet from a &lt;code&gt;toml&lt;/code&gt; or &lt;code&gt;scss&lt;/code&gt; input file. It scans for named markers in a local file. The snippet between the two markers is then rendered using syntax highlighting.&lt;/p&gt;



&lt;h3 id="default-code-snippet" class="heading "&gt;Default Code Snippet&lt;a href="#default-code-snippet" aria-labelledby="default-code-snippet"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Use the &lt;code&gt;name&lt;/code&gt; and &lt;code&gt;file&lt;/code&gt; arguments to refer to a code snippet of a file. By default, the shortcode uses the site&amp;rsquo;s &lt;code&gt;basePath&lt;/code&gt;. Provide a path that starts with &lt;code&gt;./&lt;/code&gt; to use the path of the repository as base path instead.&lt;/p&gt;</description></item><item><title>Example</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/example/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/example/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.8.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.8.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.8.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;The &lt;code&gt;example&lt;/code&gt; shortcode displays a code example and renders a preview of the same input. The shortcode accepts the languages supported by Hugo&amp;rsquo;s 
 &lt;a href="https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages" target="_blank" rel="noopener noreferrer nofollow"&gt;highlight function&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
.&lt;/p&gt;



&lt;h3 id="hugo-code-example" class="heading "&gt;Hugo Code Example&lt;a href="#hugo-code-example" aria-labelledby="hugo-code-example"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Set the &lt;code&gt;lang&lt;/code&gt; argument to &lt;code&gt;hugo&lt;/code&gt; to render a Hugo code example. Be sure to escape the input with &lt;code&gt;/*&lt;/code&gt; and &lt;code&gt;*/&lt;/code&gt; delimiters to avoid rendering issues.&lt;/p&gt;</description></item><item><title>File</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/file/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/file/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.16.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.16.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.16.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;The &lt;code&gt;file&lt;/code&gt; shortcode prints and highlights the full content of a given input file. It recognizes the languages supported by Hugo&amp;rsquo;s 
 &lt;a href="https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages" target="_blank" rel="noopener noreferrer nofollow"&gt;highlight function&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
.&lt;/p&gt;



&lt;h3 id="default-file-preview" class="heading "&gt;Default File Preview&lt;a href="#default-file-preview" aria-labelledby="default-file-preview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Use the &lt;code&gt;file&lt;/code&gt; argument to print the content of a specific file. By default, the shortcode uses the site&amp;rsquo;s &lt;code&gt;basePath&lt;/code&gt;. Provide a path that starts with &lt;code&gt;./&lt;/code&gt; to use the path of the repository as base path instead.&lt;/p&gt;</description></item><item><title>Icon</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/icon/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/icon/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.8.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.8.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.8.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Hinode includes support for 
 &lt;a href="https://fontawesome.com/" target="_blank" rel="noopener noreferrer nofollow"&gt;Font Awesome&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 by default. This library provides both a free icon set, as well as utility functions to modify the appearance. You can also provide custom icons in the 













 
 
 
 
 
 
 


 
 
 
 


 &lt;abbr title="Scalable Vector Graphics" tabindex="0"&gt;svg&lt;/abbr&gt;

 format. Use the &lt;code&gt;icon&lt;/code&gt; shortcode to quickly add a Font Awesome or custom icon to your content. You can also use &lt;code&gt;fa&lt;/code&gt; for regular icons, &lt;code&gt;fab&lt;/code&gt; for brand icons, and &lt;code&gt;fas&lt;/code&gt; for solid icons.&lt;/p&gt;</description></item><item><title>Image</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/image/</link><pubDate>Sat, 17 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/image/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;image&lt;/code&gt; shortcode to display a responsive image with an optional aspect ratio. The source link can refer to either an image available in the &lt;code&gt;/assets/img&lt;/code&gt; folder of your site or a public web location. The shortcode renders the image as a so-called 
 &lt;a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images" target="_blank" rel="noopener noreferrer nofollow"&gt;image set&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 to optimize the image for different screen sizes and resolutions.&lt;/p&gt;</description></item><item><title>Ins</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/ins/</link><pubDate>Fri, 13 Dec 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/ins/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in 0.27.13"
 href="https://github.com/gethinode/hinode/releases/tag/0.27.13" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in 0.27.13&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;As an example, the following shortcode displays underlined text.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;This is an 






&lt;ins&gt;underlined text&lt;/ins&gt;.&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;This is an {{&amp;lt; ins &amp;gt;}}underlined text{{&amp;lt; /ins &amp;gt;}}.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h2 id="arguments" class="heading "&gt;Arguments&lt;a href="#arguments" aria-labelledby="arguments"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The shortcode does not support any arguments.&lt;/p&gt;</description></item><item><title>Kbd</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/kbd/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/kbd/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.19.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.19.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.19.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the &lt;code&gt;kbd&lt;/code&gt; shortcode to show a keyboard input element.&lt;/p&gt;



&lt;h3 id="regular-input" class="heading "&gt;Regular Input&lt;a href="#regular-input" aria-labelledby="regular-input"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Use a positional argument to quickly add a keyboard input element. The following example uses &lt;code&gt;CTRL-C&lt;/code&gt; as input.&lt;/p&gt;</description></item><item><title>Link</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/link/</link><pubDate>Sat, 17 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/link/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.16.8"
 href="https://github.com/gethinode/hinode/releases/tag/v0.16.8" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.16.8&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;



 
 

 &lt;blockquote class="blockquote-alert blockquote-alert-important"&gt;
 &lt;p class="blockquote-alert-heading"&gt;
 
 






 &lt;svg class="svg-inline--fa bi bi-exclamation fa-fw" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-exclamation"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 Important
 
 &lt;/p&gt;
 &lt;p&gt;The &lt;code&gt;--minify&lt;/code&gt; flag of &lt;code&gt;hugo&lt;/code&gt; purges HTML whitespace by default. Unfortunately, this also removes the spacing behind the visual cue of external links. Add the following configuration to your main configuration to prevent this:&lt;/p&gt;</description></item><item><title>Map</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/map/</link><pubDate>Tue, 02 Jan 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/map/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.16.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.16.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.16.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the map shortcode to show an interactive map, powered by 
 &lt;a href="https://leafletjs.com" target="_blank" rel="noopener noreferrer nofollow"&gt;Leaflet&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
. The shortcode is a wrapper of the Leaflet library that provides basic functionality. As an example, the following shortcode displays an interactive map of the city of Amsterdam.&lt;/p&gt;</description></item><item><title>Mark</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/mark/</link><pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/mark/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.19.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.19.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.19.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the &lt;code&gt;mark&lt;/code&gt; shortcode to highlight text. The inner content is used as input.&lt;/p&gt;



&lt;h3 id="default-highlight" class="heading "&gt;Default Highlight&lt;a href="#default-highlight" aria-labelledby="default-highlight"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Provide the text to highlight as input to the &lt;code&gt;mark&lt;/code&gt; shortcode.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;Use the mark shortcode to 

&lt;mark&gt;highlight&lt;/mark&gt; specific text.&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Use the mark shortcode to {{&amp;lt; mark &amp;gt;}}highlight{{&amp;lt; /mark &amp;gt;}} specific text.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h3 id="colored-highlight" class="heading "&gt;Colored Highlight&lt;a href="#colored-highlight" aria-labelledby="colored-highlight"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Specify a theme color to define the background color of the highlighted text. As an example, the following shortcodes display a highlight for each theme color.&lt;/p&gt;</description></item><item><title>Mermaid</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/mermaid/</link><pubDate>Sun, 15 Jun 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/mermaid/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v1.0.0"
 href="https://github.com/gethinode/hinode/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v1.0.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the &lt;code&gt;mermaid&lt;/code&gt; shortcode to add diagrams and charts powered by 
 &lt;a href="https://mermaid.js.org" target="_blank" rel="noopener noreferrer nofollow"&gt;Mermaid&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
. Mermaid is a JavaScript-based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. Instead of using the shortcode syntax, you can also use a fenced codeblock with the language &lt;code&gt;mermaid&lt;/code&gt; to achieve the same effect.&lt;/p&gt;</description></item><item><title>Navbar</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/navbar/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/navbar/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;navbar&lt;/code&gt; shortcode to display a navigation header with a toggler. The menu items are derived from the site&amp;rsquo;s configuration, which defaults to the menus defined under &lt;code&gt;main&lt;/code&gt;. Nested items are supported at one-level depth. The navigation bar includes a search area and a language switcher if applicable. The items in the navigation header are accentuated if the current page or any of its descendants is active.&lt;/p&gt;</description></item><item><title>Navs and tabs</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/navs-and-tabs/</link><pubDate>Sat, 30 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/navs-and-tabs/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.11.8"
 href="https://github.com/gethinode/hinode/releases/tag/v0.11.8" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.11.8&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the &lt;code&gt;nav&lt;/code&gt; shortcode to show a group of multiple tab panes. Add &lt;code&gt;nav-item&lt;/code&gt; inner elements for each tab pane.&lt;/p&gt;



&lt;h3 id="horizontal-alignment" class="heading "&gt;Horizontal Alignment&lt;a href="#horizontal-alignment" aria-labelledby="horizontal-alignment"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;By default, navs are left-aligned, but you can easily change them to center or right aligned.&lt;/p&gt;</description></item><item><title>Persona</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/persona/</link><pubDate>Thu, 28 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/persona/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the persona shortcode to display a custom card. As an example, the following shortcode displays a persona card with a primary color.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;










 

 &lt;div class="d-none d-md-block"&gt;
 &lt;div class="persona position-relative row mt-5 align-middle p-3"&gt;
 &lt;div class="col-2"&gt;
 &lt;div class="position-absolute top-50 start-0 translate-middle-y col-4 ps-3"&gt;
 

&lt;img class="img-fluid rounded-5"
 src="https://deploy-preview-1856--gethinode-demo.netlify.app/img/placeholder-2800x2800.png"
 srcset="https://deploy-preview-1856--gethinode-demo.netlify.app/img/placeholder-576x576.webp 576w, https://deploy-preview-1856--gethinode-demo.netlify.app/img/placeholder-768x768.webp 768w, https://deploy-preview-1856--gethinode-demo.netlify.app/img/placeholder-992x992.webp 992w, https://deploy-preview-1856--gethinode-demo.netlify.app/img/placeholder-1200x1200.webp 1200w, https://deploy-preview-1856--gethinode-demo.netlify.app/img/placeholder-1400x1400.webp 1400w, https://deploy-preview-1856--gethinode-demo.netlify.app/img/placeholder-2800x2800.webp 2800w" sizes="100vw" height="2800" width="2800" alt="Creators"&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="col-10 bg-primary text-bg-primary rounded-5 fs-md-5 fs-6 pe-5 pb-3"&gt;
 &lt;div class="row"&gt;
 &lt;div class="col-3"&gt;&lt;/div&gt;
 &lt;div class="col-9"&gt;&lt;div class="fs-3 mt-4"&gt;Creators&lt;/div&gt;
 &lt;p&gt;&lt;p&gt;As a content creator you value your independence. You like to take control of your
online and offline presence. You want to focus on growing your audience, without
limitations.&lt;/p&gt;</description></item><item><title>Release</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/release/</link><pubDate>Sat, 30 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/release/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.14.1"
 href="https://github.com/gethinode/hinode/releases/tag/v0.14.1" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.14.1&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Since Hinode &lt;code&gt;v0.14.1&lt;/code&gt; you can indicate the availability of a specific feature. The &lt;code&gt;release&lt;/code&gt; shortcode renders a button that links to the specific release. Use the state to indicate if the feature is new or deprecated.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;


 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.14.1"
 href="https://github.com/gethinode/hinode/releases/tag/v0.14.1" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.14.1&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; release version=&amp;#34;v0.14.1&amp;#34; &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Ensure the &lt;code&gt;release&lt;/code&gt; parameter is set in the site&amp;rsquo;s configuration. The following example uses the Hinode repository hosted on GitHub.&lt;/p&gt;</description></item><item><title>Spinner</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/spinner/</link><pubDate>Mon, 14 Aug 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/spinner/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 
 

 &lt;blockquote class="blockquote-alert blockquote-alert-important"&gt;
 &lt;p class="blockquote-alert-heading"&gt;
 
 






 &lt;svg class="svg-inline--fa bi bi-exclamation fa-fw" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-exclamation"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 Important
 
 &lt;/p&gt;
 &lt;p&gt;The animation effect of this component depends on the &lt;code&gt;prefers-reduced-motion&lt;/code&gt; media query. See the reduced motion section of 
 &lt;a href="https://getbootstrap.com/docs/5.3/getting-started/accessibility/#reduced-motion" target="_blank" rel="noopener noreferrer nofollow"&gt;Bootstrap’s accessibility documentation&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
.&lt;/p&gt;
 &lt;/blockquote&gt;



&lt;h3 id="regular-spinner" class="heading "&gt;Regular Spinner&lt;a href="#regular-spinner" aria-labelledby="regular-spinner"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Use the &lt;code&gt;spinner&lt;/code&gt; shortcode to indicate the loading state of a component or page. The inner content is used as alternative description. As an example, the following shortcode displays a centered spinner.&lt;/p&gt;</description></item><item><title>Sub</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/sub/</link><pubDate>Sat, 30 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/sub/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.19.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.19.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.19.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;As an example, the following shortcode displays subscript text.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;H&lt;sub&gt;2&lt;/sub&gt;O is a liquid.&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;H{{&amp;lt; sub 2 &amp;gt;}}O is a liquid.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h2 id="arguments" class="heading "&gt;Arguments&lt;a href="#arguments" aria-labelledby="arguments"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The shortcode supports the following arguments:&lt;/p&gt;</description></item><item><title>Sup</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/sup/</link><pubDate>Sat, 30 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/sup/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.19.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.19.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.19.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;As an example, the following shortcode displays superscript text.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;2&lt;sup&gt;10&lt;/sup&gt; is 1024.&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;2{{&amp;lt; sup 10 &amp;gt;}} is 1024.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h2 id="arguments" class="heading "&gt;Arguments&lt;a href="#arguments" aria-labelledby="arguments"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The shortcode supports the following arguments:&lt;/p&gt;</description></item><item><title>Table</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/table/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/table/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.8.0"
 href="https://github.com/gethinode/hinode/releases/tag/v0.8.0" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.8.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;



 
 

 &lt;blockquote class="blockquote-alert blockquote-alert-important"&gt;
 &lt;p class="blockquote-alert-heading"&gt;
 
 






 &lt;svg class="svg-inline--fa bi bi-exclamation fa-fw" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-exclamation"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 Important
 
 &lt;/p&gt;
 &lt;p&gt;Bootstrap styling attributes require an explicit class argument as of release 


 
 
 &lt;a href="https://github.com/gethinode/hinode/releases/tag/v0.22.0" target="_blank" rel="noopener noreferrer nofollow"&gt;v0.22.0&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;

 . For example, use the following argument to accentuate a table with table-striped: &lt;code&gt;class=&amp;quot;table-striped&amp;quot;&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Testimonial</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/testimonial/</link><pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/testimonial/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;testimonial&lt;/code&gt; shortcode to display a quote with attribution. The testimonial supports a contact name, role, avatar image, logo, or icon. You can optionally link the contact name to a URL and add a call-to-action link.&lt;/p&gt;



&lt;h3 id="basic-testimonial" class="heading "&gt;Basic Testimonial&lt;a href="#basic-testimonial" aria-labelledby="basic-testimonial"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Provide inner content as the quote.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;






&lt;div class="testimonial "&gt;
 
 


















 &lt;div class="h-100 rounded container-fluid p-3"&gt;
 

 
 
 

 
 
 

 &lt;div class="d-flex flex-column h-100 p-3"&gt;
 
 
 &lt;div class="fs-md-5 pt-3 h-100"&gt;
 Hinode has transformed the way we publish documentation. It is fast, flexible,
and a joy to use.
 &lt;/div&gt;
 
 
 &lt;/div&gt;

 

 
 &lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; testimonial &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; Hinode has transformed the way we publish documentation. It is fast, flexible,
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; and a joy to use.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /testimonial &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h3 id="testimonial-with-avatar" class="heading "&gt;Testimonial With Avatar&lt;a href="#testimonial-with-avatar" aria-labelledby="testimonial-with-avatar"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Add &lt;code&gt;image&lt;/code&gt; to display a circular avatar next to the contact name.&lt;/p&gt;</description></item><item><title>Timeline</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/timeline/</link><pubDate>Thu, 18 Apr 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/timeline/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 &lt;div class="pb-3"&gt;













 
&lt;a aria-label="Added in v0.15.3"
 href="https://github.com/gethinode/hinode/releases/tag/v0.15.3" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-outline-primary position-relative rounded-2 fw-semibold %!s(&amp;lt;nil&amp;gt;)"
 role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Added in v0.15.3&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;p&gt;Use the timeline shortcode to show items ordered on a vertical timeline.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;










 













 
 
 
 

 
 &lt;div class="timeline-container container p-0 d-none d-md-block timeline-bg-body-tertiary bg-body-tertiary"&gt;
 


 



 
 












 
 &lt;div class="row timeline timeline-primary timeline-dot g-0 "&gt;
 
 &lt;div class="col-6 d-flex justify-content-end align-items-center"&gt;
 &lt;div class="d-flex"&gt;
 &lt;div class="d-flex timeline-semi-circle-end align-items-center justify-content-center"&gt;
 






 &lt;div class="w-100"&gt;&lt;svg class="svg-inline--fa bi bi-rocket fa-fluid" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-rocket"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="timeline-connector-end "&gt;&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="col-6 d-flex align-items-center"&gt;
 &lt;div class="d-flex h-100 width-100"&gt;
 &lt;div class="timeline-panel-end"&gt;&lt;/div&gt;
 &lt;div class="timeline-description-text-end p-3 width-100"&gt;
 &lt;div&gt;
 
 &lt;a class="fs-5 fw-bold text-uppercase link-primary text-break align-middle" href="https://github.com/gethinode/hinode/releases/tag/v0.15.2"&gt;Product launch&lt;/a&gt;
 &lt;span class="badge rounded-pill text-bg-primary ms-1"&gt;&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;p class="mb-0"&gt;&lt;small class="text-body-secondary text-uppercase"&gt;July 1, 2023&lt;/small&gt;&lt;/p&gt;</description></item><item><title>Toast</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/toast/</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/toast/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 
 

 &lt;blockquote class="blockquote-alert blockquote-alert-important"&gt;
 &lt;p class="blockquote-alert-heading"&gt;
 
 






 &lt;svg class="svg-inline--fa bi bi-exclamation fa-fw" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-exclamation"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 Important
 
 &lt;/p&gt;
 &lt;p&gt;To support multiple toast messages on the same page, each toast message is explicitly linked to a button using the parameter &lt;code&gt;id&lt;/code&gt; since release 


 
 
 &lt;a href="https://github.com/gethinode/hinode/releases/tag/v0.14.3" target="_blank" rel="noopener noreferrer nofollow"&gt;v0.14.3&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;

 . Hinode wraps the individual toast messages in a container to stack them automatically.&lt;/p&gt;
 &lt;/blockquote&gt;
&lt;p&gt;Use the &lt;code&gt;toast&lt;/code&gt; shortcode to display a dismissable message in the bottom-right corner of the screen. Give the toast a unique &lt;code&gt;id&lt;/code&gt; and assign this value to the &lt;code&gt;toast&lt;/code&gt; argument of a button. As an example, the following shortcode displays two buttons that, when clicked, trigger a toast message. The messages are stacked when both buttons are clicked in a short timeframe.&lt;/p&gt;</description></item><item><title>Tooltip</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/tooltip/</link><pubDate>Sat, 30 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/tooltip/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;tooltip&lt;/code&gt; shortcode to display a tooltip for a hyperlink. Refer to the 
 &lt;a href="https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/button/"&gt;Button&lt;/a&gt;
 on how to display a tooltip for a button instead.&lt;/p&gt;



&lt;h3 id="regular-tooltip" class="heading "&gt;Regular Tooltip&lt;a href="#regular-tooltip" aria-labelledby="regular-tooltip"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Provide a &lt;code&gt;title&lt;/code&gt; for the tooltip text. It appears when hovering over the inner text.&lt;/p&gt;




 &lt;div class="border rounded mb-3"&gt;&lt;div class="p-5 rounded-top "&gt;










 &lt;div class="btn-tooltip d-inline-flex"&gt;













 
&lt;a aria-label="Hover over me"
 class="btn btn-link link-dark position-relative " data-bs-toggle="tooltip" data-bs-title="Tooltip" data-bs-placement="top"role="button"
 &gt;
 &lt;span class="d-flex justify-content-start"&gt;
 &lt;span class="my-auto"&gt;Hover over me&lt;/span&gt;
 &lt;/span&gt;&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;

&lt;/div&gt;&lt;div class="d-flex align-items-center ps-3 pe-3 py-1 border-top border-bottom syntax-highlight"&gt;
 &lt;small class="font-monospace text-body text-uppercase"&gt;markdown&lt;/small&gt;
 &lt;/div&gt;
 &lt;div class="rounded-bottom syntax-highlight border-none"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; tooltip title=&amp;#34;Tooltip&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; Hover over me
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{&amp;lt; /tooltip &amp;gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;





&lt;h3 id="hyperlink-tooltip" class="heading "&gt;Hyperlink Tooltip&lt;a href="#hyperlink-tooltip" aria-labelledby="hyperlink-tooltip"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Add a &lt;code&gt;href&lt;/code&gt; to create a hyperlink with a tooltip.&lt;/p&gt;</description></item><item><title>Video</title><link>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/video/</link><pubDate>Wed, 28 Aug 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1856--gethinode-demo.netlify.app/en/docs/components/video/</guid><description>&lt;h2 id="overview" class="heading "&gt;Overview&lt;a href="#overview" aria-labelledby="overview"&gt;






 &lt;svg class="svg-inline--fa bi bi-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-link"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 &lt;/a&gt;
&lt;/h2&gt;



 
 

 &lt;blockquote class="blockquote-alert blockquote-alert-important"&gt;
 &lt;p class="blockquote-alert-heading"&gt;
 
 






 &lt;svg class="svg-inline--fa bi bi-exclamation fa-fw" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-exclamation"&gt;&lt;/use&gt;&lt;/svg&gt;&amp;nbsp;
 Important
 
 &lt;/p&gt;
 &lt;p&gt;Hinode uses a strict Content Security Policy by default. Be sure your server configuration safe lists your video provider in the &lt;code&gt;frame-src&lt;/code&gt; configuration, or your video will not show.&lt;/p&gt;
 &lt;/blockquote&gt;
&lt;p&gt;Use the &lt;code&gt;video&lt;/code&gt; shortcode to embed a responsive video on your site. The shortcode currently supports three providers, being 
 &lt;a href="https://cloudinary.com" target="_blank" rel="noopener noreferrer nofollow"&gt;Cloudinary&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
, 
 &lt;a href="https://vimeo.com" target="_blank" rel="noopener noreferrer nofollow"&gt;Vimeo&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
, and 
 &lt;a href="https://youtube.com" target="_blank" rel="noopener noreferrer nofollow"&gt;YouTube&amp;nbsp;






 &lt;svg class="svg-inline--fa bi bi-box-arrow-up-right fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 16 16" overflow="visible"&gt;&lt;use href="#bi-box-arrow-up-right"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
. The last two providers also support shorthand notation.&lt;/p&gt;</description></item></channel></rss>