<metaname="description"content="3.2.0 (2022-03-19) Hugo 0.93.0 0.93.0 This release requires a newer Hugo version. Change Change In this release the Mermaid JavaScript library will only be loaded on demand if the page contains a Mermaid shortcode or is using Markdown codefences. This changes the behavior of disableMermaid config option as follows: If a Mermaid shortcode or Markdown codefence is found, the option will be ignored and Mermaid will be loaded regardlessly.">
<metaname="twitter:title"content="Version 3.2 :: Hugo Relearn Theme">
<metaname="twitter:description"content="3.2.0 (2022-03-19) Hugo 0.93.0 0.93.0 This release requires a newer Hugo version. Change Change In this release the Mermaid JavaScript library will only be loaded on demand if the page contains a Mermaid shortcode or is using Markdown codefences. This changes the behavior of disableMermaid config option as follows: If a Mermaid shortcode or Markdown codefence is found, the option will be ignored and Mermaid will be loaded regardlessly.">
<metaproperty="og:title"content="Version 3.2 :: Hugo Relearn Theme">
<metaproperty="og:description"content="3.2.0 (2022-03-19) Hugo 0.93.0 0.93.0 This release requires a newer Hugo version. Change Change In this release the Mermaid JavaScript library will only be loaded on demand if the page contains a Mermaid shortcode or is using Markdown codefences. This changes the behavior of disableMermaid config option as follows: If a Mermaid shortcode or Markdown codefence is found, the option will be ignored and Mermaid will be loaded regardlessly.">
<metaitemprop="name"content="Version 3.2 :: Hugo Relearn Theme">
<metaitemprop="description"content="3.2.0 (2022-03-19) Hugo 0.93.0 0.93.0 This release requires a newer Hugo version. Change Change In this release the Mermaid JavaScript library will only be loaded on demand if the page contains a Mermaid shortcode or is using Markdown codefences. This changes the behavior of disableMermaid config option as follows: If a Mermaid shortcode or Markdown codefence is found, the option will be ignored and Mermaid will be loaded regardlessly.">
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> Change of behavior, may require action</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> New behavior, often introducing new options</p>
</li>
</ul>
<hr>
<h2id="3-2-0">3.2.0 (2022-03-19)</h2>
<h3id="hugo-0930">Hugo 0.93.0</h3>
<ul>
<li><spanclass="badge cstyle default badge-with-title"><spanclass="badge-title"><iclass="fa-fw fab fa-hackerrank"></i></span><spanclass="badge-content"style="background-color: fuchsia;">0.93.0</span></span> This release requires a newer Hugo version.</li>
</ul>
<h3id="change">Change</h3>
<ul>
<li>
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> In this release the Mermaid JavaScript library will only be loaded on demand if the page contains a Mermaid shortcode or is using Markdown codefences. This changes the behavior of <code>disableMermaid</code> config option as follows: If a Mermaid shortcode or Markdown codefence is found, the option will be ignored and Mermaid will be loaded regardlessly.</p>
<p>The option is still useful in case you are using scripting to set up your graph. In this case no shortcode or Markdown codefence is involved and the library is not loaded by default. In this case you can set <code>disableMermaid=false</code> in your front matter to force the library to be loaded. See the <ahref="/hugo-theme-relearn/configuration/branding/generator/index.html">theme variant generator</a> of the exampleSite for an example.</p>
</li>
</ul>
<h3id="new">New</h3>
<ul>
<li><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> Additional color variant variable <code>--MERMAID-theme</code> to set the variant’s Mermaid theme. This causes the Mermaid theme to switch with the color variant if it defers from the setting of the formerly selected color variant.</li>