<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Ozzy's Korner Blog</title>
        <link>https://ohji.me/posts</link>
        <description>Ozzy's Korner Blog</description>
        <lastBuildDate>Tue, 21 Jul 2026 13:38:50 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[An Example Post]]></title>
            <link>https://ohji.me/posts/example-post</link>
            <guid>https://ohji.me/posts/example-post</guid>
            <pubDate>Tue, 21 Jul 2026 13:38:50 GMT</pubDate>
            <description><![CDATA[An example post demonstrating various MDX components.]]></description>
            <content:encoded><![CDATA[
<p>Just a random post to show various mdx features</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="1-image-with-a-caption">1. Image with a Caption<a href="https://ohji.me/posts/example-post#1-image-with-a-caption" class="hash-link" aria-label="Direct link to 1. Image with a Caption" title="Direct link to 1. Image with a Caption" translate="no">​</a></h2>
<p>Here's an example of a single image with a caption:</p>
<img src="https://picsum.photos/id/237/800/400" alt="Screenshot of a terminal window with 4-split panes, showing off colours, prompt and functionality">
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="2-two-images-side-by-side">2. Two Images Side by Side<a href="https://ohji.me/posts/example-post#2-two-images-side-by-side" class="hash-link" aria-label="Direct link to 2. Two Images Side by Side" title="Direct link to 2. Two Images Side by Side" translate="no">​</a></h2>
<p>Use the <code>ImageWrapper</code> component to display images side by side:</p>
<div style="display:flex;gap:1rem;padding-bottom:1rem;max-width:100%;width:100%"><div style="flex:1;min-width:0"><img src="https://picsum.photos/id/0/400/300" alt="Picture showing a historical terminal; the keyboard and a display of a DEC VT100" style="width:100%;height:auto;display:block"></div><div style="flex:1;min-width:0"><img src="https://picsum.photos/id/1/400/300" alt="Picture showing a modern terminal; a window with tabbed shells" style="width:100%;height:auto;display:block"></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="3-expandable-information-note">3. Expandable Information Note<a href="https://ohji.me/posts/example-post#3-expandable-information-note" class="hash-link" aria-label="Direct link to 3. Expandable Information Note" title="Direct link to 3. Expandable Information Note" translate="no">​</a></h2>
<p>Use <code>&lt;details&gt;</code> and <code>&lt;summary&gt;</code> tags to create expandable sections:</p>
<details class="details_lb9f alert alert--info details_b_Ee" data-collapsed="true"><summary>Click to expand and see more information</summary><div><div class="collapsibleContent_i85q"><p>Here's the hidden content that appears when you expand this section.</p><img src="https://picsum.photos/id/10/600/300" alt="Screenshot of a terminal window with 4-split panes"><p>You can include any content here:</p><ul>
<li class="">Lists</li>
<li class="">Images</li>
<li class="">Code blocks</li>
<li class=""><a href="https://example.com/" target="_blank" rel="noopener noreferrer" class="">Links</a></li>
</ul></div></div></details>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="4-example-note">4. Example Note<a href="https://ohji.me/posts/example-post#4-example-note" class="hash-link" aria-label="Direct link to 4. Example Note" title="Direct link to 4. Example Note" translate="no">​</a></h2>
<p>Use the <code>:::note</code> syntax to create informational notes:</p>
<div class="theme-admonition theme-admonition-note admonition_xJq3 alert alert--secondary"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"></path></svg></span>note</div><div class="admonitionContent_BuS1"><p>This is a basic note.</p></div></div>
<div class="theme-admonition theme-admonition-note admonition_xJq3 alert alert--secondary"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"></path></svg></span>Example</div><div class="admonitionContent_BuS1"><p>This is a note with a custom title.</p></div></div>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>This is a tip! You can also use <code>:::tip</code>, <code>:::warning</code>, <code>:::caution</code>, and <code>:::danger</code> for different types of admonitions.</p></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="5-svg-image">5. SVG Image<a href="https://ohji.me/posts/example-post#5-svg-image" class="hash-link" aria-label="Direct link to 5. SVG Image" title="Direct link to 5. SVG Image" translate="no">​</a></h2>
<p>SVG images are handled the same way as regular images:</p>
<img src="https://picsum.photos/id/20/800/400" alt="Example SVG or image file">
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="6-command-line-code">6. Command Line Code<a href="https://ohji.me/posts/example-post#6-command-line-code" class="hash-link" aria-label="Direct link to 6. Command Line Code" title="Direct link to 6. Command Line Code" translate="no">​</a></h2>
<p>Display command-line code with syntax highlighting:</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="bash-example">Bash Example<a href="https://ohji.me/posts/example-post#bash-example" class="hash-link" aria-label="Direct link to Bash Example" title="Direct link to Bash Example" translate="no">​</a></h3>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#000000;--prism-background-color:#ffffff"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#000000;background-color:#ffffff"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#000000"><span class="token builtin class-name" style="color:rgb(38, 127, 153)">echo</span><span class="token plain"> hello world</span><br></span></code></pre></div></div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="json-example">JSON Example<a href="https://ohji.me/posts/example-post#json-example" class="hash-link" aria-label="Direct link to JSON Example" title="Direct link to JSON Example" translate="no">​</a></h3>
<div class="language-json codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#000000;--prism-background-color:#ffffff"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-json codeBlock_bY9V thin-scrollbar" style="color:#000000;background-color:#ffffff"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#000000"><span class="token punctuation" style="color:rgb(4, 81, 165)">{</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">  </span><span class="token property">"lorem"</span><span class="token operator" style="color:rgb(0, 0, 0)">:</span><span class="token plain"> </span><span class="token punctuation" style="color:rgb(4, 81, 165)">{</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">    </span><span class="token property">"ipsum"</span><span class="token operator" style="color:rgb(0, 0, 0)">:</span><span class="token plain"> </span><span class="token punctuation" style="color:rgb(4, 81, 165)">{</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">      </span><span class="token property">"dolor"</span><span class="token operator" style="color:rgb(0, 0, 0)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(163, 21, 21)">"sit amet"</span><span class="token punctuation" style="color:rgb(4, 81, 165)">,</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">      </span><span class="token property">"consectetur"</span><span class="token operator" style="color:rgb(0, 0, 0)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(163, 21, 21)">"adipiscing elit"</span><span class="token punctuation" style="color:rgb(4, 81, 165)">,</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">      </span><span class="token property">"sed"</span><span class="token operator" style="color:rgb(0, 0, 0)">:</span><span class="token plain"> </span><span class="token punctuation" style="color:rgb(4, 81, 165)">{</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">        </span><span class="token property">"do"</span><span class="token operator" style="color:rgb(0, 0, 0)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(163, 21, 21)">"eiusmod tempor"</span><span class="token punctuation" style="color:rgb(4, 81, 165)">,</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">        </span><span class="token property">"incididunt"</span><span class="token operator" style="color:rgb(0, 0, 0)">:</span><span class="token plain"> </span><span class="token number" style="color:rgb(9, 134, 88)">42</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">      </span><span class="token punctuation" style="color:rgb(4, 81, 165)">}</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">    </span><span class="token punctuation" style="color:rgb(4, 81, 165)">}</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain">  </span><span class="token punctuation" style="color:rgb(4, 81, 165)">}</span><span class="token plain"></span><br></span><span class="token-line" style="color:#000000"><span class="token plain"></span><span class="token punctuation" style="color:rgb(4, 81, 165)">}</span><br></span></code></pre></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="7-table">7. Table<a href="https://ohji.me/posts/example-post#7-table" class="hash-link" aria-label="Direct link to 7. Table" title="Direct link to 7. Table" translate="no">​</a></h2>
<p>Create tables using standard Markdown syntax:</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="basic-table">Basic Table<a href="https://ohji.me/posts/example-post#basic-table" class="hash-link" aria-label="Direct link to Basic Table" title="Direct link to Basic Table" translate="no">​</a></h3>
<table><thead><tr><th>Lorem</th><th>Ipsum</th><th>Dolor Sit</th></tr></thead><tbody><tr><td><a href="https://example.com/" target="_blank" rel="noopener noreferrer" class=""><code>consectetur</code></a></td><td>✅</td><td><code>adipiscing elit sed do</code></td></tr><tr><td><a href="https://example.com/" target="_blank" rel="noopener noreferrer" class=""><code>eiusmod tempor</code></a></td><td>✅</td><td><code>incididunt ut labore</code></td></tr><tr><td><a href="https://example.com/" target="_blank" rel="noopener noreferrer" class=""><code>dolore magna</code></a></td><td>❌</td><td><a href="https://example.com/" target="_blank" rel="noopener noreferrer" class="">aliqua enim</a></td></tr><tr><td><a href="https://example.com/" target="_blank" rel="noopener noreferrer" class=""><code>minim veniam</code></a></td><td>❌</td><td><a href="https://example.com/" target="_blank" rel="noopener noreferrer" class="">quis nostrud</a></td></tr></tbody></table>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="glossary-table">Glossary Table<a href="https://ohji.me/posts/example-post#glossary-table" class="hash-link" aria-label="Direct link to Glossary Table" title="Direct link to Glossary Table" translate="no">​</a></h3>
<table><thead><tr><th>Lorem</th><th>Ipsum</th><th>Dolor</th></tr></thead><tbody><tr><td>Consectetur adipiscing / Elit sed / Do</td><td>Eiusmod tempor incididunt ut labore</td><td>Dolore magna, Aliqua enim, Minim veniam, Quis, Nostrud</td></tr><tr><td>Exercitation</td><td>Ullamco laboris nisi ut aliquip ex ea commodo consequat</td><td>Duis, Aute, Irure, Dolor, Reprehenderit</td></tr><tr><td>Voluptate</td><td>Velit esse cillum dolore eu fugiat nulla pariatur</td><td>Excepteur sint, Occaecat, Cupidatat, Non proident</td></tr><tr><td>Culpa</td><td>Qui officia deserunt mollit anim id est laborum</td><td>Sed perspiciatis, Unde omnis, Iste natus</td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="8-math-equations-katex">8. Math Equations (KaTeX)<a href="https://ohji.me/posts/example-post#8-math-equations-katex" class="hash-link" aria-label="Direct link to 8. Math Equations (KaTeX)" title="Direct link to 8. Math Equations (KaTeX)" translate="no">​</a></h2>
<p>You can write beautiful math equations using KaTeX:</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="inline-math">Inline Math<a href="https://ohji.me/posts/example-post#inline-math" class="hash-link" aria-label="Direct link to Inline Math" title="Direct link to Inline Math" translate="no">​</a></h3>
<p>Write inline math by wrapping LaTeX equations between <code>$</code>:</p>
<p>Let <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>f</mi><mspace></mspace><mspace width="0.1111em"></mspace><mo lspace="0em" rspace="0.17em"></mo><mtext> ⁣</mtext><mo lspace="0em" rspace="0em">:</mo><mspace width="0.3333em"></mspace><mo stretchy="false">[</mo><mi>a</mi><mo separator="true">,</mo><mi>b</mi><mo stretchy="false">]</mo><mo>→</mo><mi mathvariant="double-struck">R</mi></mrow><annotation encoding="application/x-tex">f\colon[a,b]\to\mathbb{R}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em"></span><span class="mord mathnormal" style="margin-right:0.10764em">f</span><span class="mspace nobreak"></span><span class="mspace" style="margin-right:0.1111em"></span><span class="mpunct"></span><span class="mspace" style="margin-right:-0.1667em"></span><span class="mspace" style="margin-right:0.1667em"></span><span class="mord"><span class="mrel">:</span></span><span class="mspace" style="margin-right:0.3333em"></span><span class="mopen">[</span><span class="mord mathnormal">a</span><span class="mpunct">,</span><span class="mspace" style="margin-right:0.1667em"></span><span class="mord mathnormal">b</span><span class="mclose">]</span><span class="mspace" style="margin-right:0.2778em"></span><span class="mrel">→</span><span class="mspace" style="margin-right:0.2778em"></span></span><span class="base"><span class="strut" style="height:0.6889em"></span><span class="mord mathbb">R</span></span></span></span> be Riemann integrable. Let <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>F</mi><mspace></mspace><mspace width="0.1111em"></mspace><mo lspace="0em" rspace="0.17em"></mo><mtext> ⁣</mtext><mo lspace="0em" rspace="0em">:</mo><mspace width="0.3333em"></mspace><mo stretchy="false">[</mo><mi>a</mi><mo separator="true">,</mo><mi>b</mi><mo stretchy="false">]</mo><mo>→</mo><mi mathvariant="double-struck">R</mi></mrow><annotation encoding="application/x-tex">F\colon[a,b]\to\mathbb{R}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em"></span><span class="mord mathnormal" style="margin-right:0.13889em">F</span><span class="mspace nobreak"></span><span class="mspace" style="margin-right:0.1111em"></span><span class="mpunct"></span><span class="mspace" style="margin-right:-0.1667em"></span><span class="mspace" style="margin-right:0.1667em"></span><span class="mord"><span class="mrel">:</span></span><span class="mspace" style="margin-right:0.3333em"></span><span class="mopen">[</span><span class="mord mathnormal">a</span><span class="mpunct">,</span><span class="mspace" style="margin-right:0.1667em"></span><span class="mord mathnormal">b</span><span class="mclose">]</span><span class="mspace" style="margin-right:0.2778em"></span><span class="mrel">→</span><span class="mspace" style="margin-right:0.2778em"></span></span><span class="base"><span class="strut" style="height:0.6889em"></span><span class="mord mathbb">R</span></span></span></span> be <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>F</mi><mo stretchy="false">(</mo><mi>x</mi><mo stretchy="false">)</mo><mo>=</mo><msubsup><mo>∫</mo><mi>a</mi><mi>x</mi></msubsup><mi>f</mi><mo stretchy="false">(</mo><mi>t</mi><mo stretchy="false">)</mo><mtext> </mtext><mi>d</mi><mi>t</mi></mrow><annotation encoding="application/x-tex">F(x)=\int_{a}^{x} f(t)\,dt</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em"></span><span class="mord mathnormal" style="margin-right:0.13889em">F</span><span class="mopen">(</span><span class="mord mathnormal">x</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em"></span></span><span class="base"><span class="strut" style="height:1.2151em;vertical-align:-0.3558em"></span><span class="mop"><span class="mop op-symbol small-op" style="margin-right:0.19445em;position:relative;top:-0.0006em">∫</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.8593em"><span style="top:-2.3442em;margin-left:-0.1945em;margin-right:0.05em"><span class="pstrut" style="height:2.7em"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mathnormal mtight">a</span></span></span></span><span style="top:-3.2579em;margin-right:0.05em"><span class="pstrut" style="height:2.7em"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mathnormal mtight">x</span></span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.3558em"><span></span></span></span></span></span></span><span class="mspace" style="margin-right:0.1667em"></span><span class="mord mathnormal" style="margin-right:0.10764em">f</span><span class="mopen">(</span><span class="mord mathnormal">t</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.1667em"></span><span class="mord mathnormal">d</span><span class="mord mathnormal">t</span></span></span></span>. Then <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>F</mi></mrow><annotation encoding="application/x-tex">F</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em"></span><span class="mord mathnormal" style="margin-right:0.13889em">F</span></span></span></span> is continuous, and at all <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>x</mi></mrow><annotation encoding="application/x-tex">x</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em"></span><span class="mord mathnormal">x</span></span></span></span> such that <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>f</mi></mrow><annotation encoding="application/x-tex">f</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8889em;vertical-align:-0.1944em"></span><span class="mord mathnormal" style="margin-right:0.10764em">f</span></span></span></span> is continuous at <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>x</mi></mrow><annotation encoding="application/x-tex">x</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em"></span><span class="mord mathnormal">x</span></span></span></span>, <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>F</mi></mrow><annotation encoding="application/x-tex">F</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em"></span><span class="mord mathnormal" style="margin-right:0.13889em">F</span></span></span></span> is differentiable at <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>x</mi></mrow><annotation encoding="application/x-tex">x</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.4306em"></span><span class="mord mathnormal">x</span></span></span></span> with <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msup><mi>F</mi><mo mathvariant="normal" lspace="0em" rspace="0em">′</mo></msup><mo stretchy="false">(</mo><mi>x</mi><mo stretchy="false">)</mo><mo>=</mo><mi>f</mi><mo stretchy="false">(</mo><mi>x</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">F'(x)=f(x)</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1.0019em;vertical-align:-0.25em"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.13889em">F</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.7519em"><span style="top:-3.063em;margin-right:0.05em"><span class="pstrut" style="height:2.7em"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mtight">′</span></span></span></span></span></span></span></span></span><span class="mopen">(</span><span class="mord mathnormal">x</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.2778em"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em"></span></span><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em"></span><span class="mord mathnormal" style="margin-right:0.10764em">f</span><span class="mopen">(</span><span class="mord mathnormal">x</span><span class="mclose">)</span></span></span></span>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="block-math">Block Math<a href="https://ohji.me/posts/example-post#block-math" class="hash-link" aria-label="Direct link to Block Math" title="Direct link to Block Math" translate="no">​</a></h3>
<p>For display mode equations, use <code>$$</code>:</p>
<span class="katex-display"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><semantics><mrow><mi>I</mi><mo>=</mo><msubsup><mo>∫</mo><mn>0</mn><mo stretchy="false">{</mo></msubsup><mn>2</mn><mi>π</mi><mo stretchy="false">}</mo><mi>sin</mi><mo>⁡</mo><mo stretchy="false">(</mo><mi>x</mi><mo stretchy="false">)</mo><mtext> </mtext><mi>d</mi><mi>x</mi></mrow><annotation encoding="application/x-tex">I = \int_0^\{2\pi\} \sin(x)\,dx</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em"></span><span class="mord mathnormal" style="margin-right:0.07847em">I</span><span class="mspace" style="margin-right:0.2778em"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em"></span></span><span class="base"><span class="strut" style="height:2.5499em;vertical-align:-0.9119em"></span><span class="mop"><span class="mop op-symbol large-op" style="margin-right:0.44445em;position:relative;top:-0.0011em">∫</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:1.6379em"><span style="top:-1.7881em;margin-left:-0.4445em;margin-right:0.05em"><span class="pstrut" style="height:2.7em"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">0</span></span></span><span style="top:-3.8129em;margin-right:0.05em"><span class="pstrut" style="height:2.7em"></span><span class="sizing reset-size6 size3 mtight"><span class="mopen mtight">{</span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.9119em"><span></span></span></span></span></span></span><span class="mspace" style="margin-right:0.1667em"></span><span class="mord">2</span><span class="mord mathnormal" style="margin-right:0.03588em">π</span><span class="mclose">}</span><span class="mspace" style="margin-right:0.1667em"></span><span class="mop">sin</span><span class="mopen">(</span><span class="mord mathnormal">x</span><span class="mclose">)</span><span class="mspace" style="margin-right:0.1667em"></span><span class="mord mathnormal">d</span><span class="mord mathnormal">x</span></span></span></span></span>
<span class="katex-display"><span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><semantics><mrow><mi>E</mi><mo>=</mo><mi>m</mi><msup><mi>c</mi><mn>2</mn></msup></mrow><annotation encoding="application/x-tex">E = mc^2</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.6833em"></span><span class="mord mathnormal" style="margin-right:0.05764em">E</span><span class="mspace" style="margin-right:0.2778em"></span><span class="mrel">=</span><span class="mspace" style="margin-right:0.2778em"></span></span><span class="base"><span class="strut" style="height:0.8641em"></span><span class="mord mathnormal">m</span><span class="mord"><span class="mord mathnormal">c</span><span class="msupsub"><span class="vlist-t"><span class="vlist-r"><span class="vlist" style="height:0.8641em"><span style="top:-3.113em;margin-right:0.05em"><span class="pstrut" style="height:2.7em"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight">2</span></span></span></span></span></span></span></span></span></span></span></span>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="interactive-code-snippet">Interactive Code Snippet<a href="https://ohji.me/posts/example-post#interactive-code-snippet" class="hash-link" aria-label="Direct link to Interactive Code Snippet" title="Direct link to Interactive Code Snippet" translate="no">​</a></h3>
<p>Here is an example of using the Rust Playground to create an interactive code snippet:</p>
<div class="container_zqMW"><div class="toolbar_p7Pm"><div class="toolbarLeft_oMKp"><span class="langBadge_Ue9e">Rust</span><select class="editionSelect_FQx5" aria-label="Rust edition"><option value="2021" selected="">2021</option><option value="2024">2024</option></select></div><button class="runButton_lTpu" title="Run (Ctrl+Enter)">▶ Run</button></div><div class="editorWrapper_CRg5"><pre class="prism-code language-rust pre_HvJQ" style="color:#000000;background-color:#ffffff;background:transparent"><div class="token-line" style="color:#000000"><span class="token keyword" style="color:rgb(0, 0, 255)">fn</span><span class="token plain"> </span><span class="token function-definition function" style="color:rgb(0, 0, 255)">main</span><span class="token punctuation" style="color:rgb(4, 81, 165)">(</span><span class="token punctuation" style="color:rgb(4, 81, 165)">)</span><span class="token plain"> </span><span class="token punctuation" style="color:rgb(4, 81, 165)">{</span><span class="token plain"></span></div><div class="token-line" style="color:#000000"><span class="token plain">    </span><span class="token keyword" style="color:rgb(0, 0, 255)">let</span><span class="token plain"> hidden </span><span class="token operator" style="color:rgb(0, 0, 0)">=</span><span class="token plain"> </span><span class="token class-name" style="color:rgb(38, 127, 153)">HiddenStruct</span><span class="token punctuation" style="color:rgb(4, 81, 165)">::</span><span class="token function" style="color:rgb(0, 0, 255)">new</span><span class="token punctuation" style="color:rgb(4, 81, 165)">(</span><span class="token punctuation" style="color:rgb(4, 81, 165)">)</span><span class="token punctuation" style="color:rgb(4, 81, 165)">;</span><span class="token plain"></span></div><div class="token-line" style="color:#000000"><span class="token plain">    </span><span class="token macro property">println!</span><span class="token punctuation" style="color:rgb(4, 81, 165)">(</span><span class="token string" style="color:rgb(163, 21, 21)">"We have: {:?}"</span><span class="token punctuation" style="color:rgb(4, 81, 165)">,</span><span class="token plain"> hidden</span><span class="token punctuation" style="color:rgb(4, 81, 165)">)</span><span class="token punctuation" style="color:rgb(4, 81, 165)">;</span><span class="token plain"></span></div><div class="token-line" style="color:#000000"><span class="token plain"></span><span class="token punctuation" style="color:rgb(4, 81, 165)">}</span></div></pre><textarea class="textarea_BOYn" spellcheck="false" autocapitalize="off" autocorrect="off" aria-label="Rust code editor">fn main() {
    let hidden = HiddenStruct::new();
    println!("We have: {:?}", hidden);
}</textarea></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="conclusion">Conclusion<a href="https://ohji.me/posts/example-post#conclusion" class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" translate="no">​</a></h2>
<p>This example post demonstrates all the key MDX components you can use in your blog posts. Mix and match these elements to create engaging and informative content!</p>]]></content:encoded>
            <category>Example</category>
            <category>Guide</category>
            <category>Sample</category>
        </item>
    </channel>
</rss>