<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<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>regalrexnord.com Feature Demos Blog</title>
        <link>https://docs.rrxpreview.com/blog</link>
        <description>regalrexnord.com Feature Demos Blog</description>
        <lastBuildDate>Thu, 27 Aug 2026 00:00:00 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[Test Post Two — Images and MDX]]></title>
            <link>https://docs.rrxpreview.com/blog/test-post-two</link>
            <guid>https://docs.rrxpreview.com/blog/test-post-two</guid>
            <pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The second placeholder post demonstrates a date-prefixed folder post, where]]></description>
            <content:encoded><![CDATA[<p>The second placeholder post demonstrates a date-prefixed <strong>folder</strong> post, where
assets live next to the article and MDX components can be used inline.</p>
<p><img decoding="async" loading="lazy" alt="RRX.com Demos blog banner" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MDAgMjQwIiByb2xlPSJpbWciIGFyaWEtbGFiZWw9IlRlc3QgYmxvZyBiYW5uZXIiPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyZTg1NTUiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWE3ZjVhIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cmVjdCB3aWR0aD0iODAwIiBoZWlnaHQ9IjI0MCIgZmlsbD0idXJsKCNnKSIvPgogIDx0ZXh0IHg9IjQwMCIgeT0iMTIwIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBmb250LWZhbWlseT0ic3lzdGVtLXVpLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjQ0IiBmb250LXdlaWdodD0iNzAwIiBmaWxsPSIjZmZmZmZmIj5SUlguY29tIERlbW9zPC90ZXh0PgogIDx0ZXh0IHg9IjQwMCIgeT0iMTY4IiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBmb250LWZhbWlseT0ic3lzdGVtLXVpLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjI0IiBmaWxsPSIjZDlmMmU1Ij5CbG9nIGNhcGFiaWxpdHkgdGVzdCBwb3N0PC90ZXh0Pgo8L3N2Zz4K" width="800" height="240" class="img_ev3q"></p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="co-located-assets">Co-located assets<a href="https://docs.rrxpreview.com/blog/test-post-two#co-located-assets" class="hash-link" aria-label="Direct link to Co-located assets" title="Direct link to Co-located assets" translate="no">​</a></h2>
<p>This post is <code>blog/2026-08-27-test-post-two/index.mdx</code>, and its banner is
<code>banner.svg</code> in the same folder — no <code>static/</code> copy required.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="mdx-in-action">MDX in action<a href="https://docs.rrxpreview.com/blog/test-post-two#mdx-in-action" class="hash-link" aria-label="Direct link to MDX in action" title="Direct link to MDX in action" translate="no">​</a></h2>
<p>Because content files are <code>.mdx</code>, JSX is allowed directly in the body:</p>
<div style="padding:1rem;border:1px solid var(--ifm-color-emphasis-300);border-radius:8px"><p><strong>Inline JSX block</strong> — styled with Infima CSS variables so it
follows both light and dark themes.</p></div>
<p>Note that HTML comments do not work here; use <code>{/* ... */}</code> instead.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="details--summary">Details / summary<a href="https://docs.rrxpreview.com/blog/test-post-two#details--summary" class="hash-link" aria-label="Direct link to Details / summary" title="Direct link to Details / summary" translate="no">​</a></h2>
<details class="details_lb9f alert alert--info details_b_Ee" data-collapsed="true"><summary>Click to expand</summary><div><div class="collapsibleContent_i85q"><p>Collapsible sections are handy for optional detail such as long logs or
step-by-step setup notes.</p></div></div></details>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-to-do-next">What to do next<a href="https://docs.rrxpreview.com/blog/test-post-two#what-to-do-next" class="hash-link" aria-label="Direct link to What to do next" title="Direct link to What to do next" translate="no">​</a></h2>
<p>Delete both test posts and add real ones as <code>blog/YYYY-MM-DD-name.mdx</code>, using
author keys from <code>blog/authors.yml</code> and tag keys from <code>blog/tags.yml</code>.</p>]]></content:encoded>
            <category>Test</category>
        </item>
        <item>
            <title><![CDATA[Test Post One — Blog Basics]]></title>
            <link>https://docs.rrxpreview.com/blog/test-post-one</link>
            <guid>https://docs.rrxpreview.com/blog/test-post-one</guid>
            <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[This is the first of two placeholder posts. It exists to show what a standard]]></description>
            <content:encoded><![CDATA[<p>This is the first of two placeholder posts. It exists to show what a standard
blog entry looks like on this site: title, author, date, tags, reading time,
and an excerpt on the blog index.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="formatting">Formatting<a href="https://docs.rrxpreview.com/blog/test-post-one#formatting" class="hash-link" aria-label="Direct link to Formatting" title="Direct link to Formatting" translate="no">​</a></h2>
<p>Markdown works as expected — <strong>bold</strong>, <em>italic</em>, <code>inline code</code>, and links such
as <a class="" href="https://docs.rrxpreview.com/docs/demos">the demos index</a>.</p>
<ul>
<li class="">Bullet lists</li>
<li class="">With multiple items</li>
<li class="">Rendered by Infima styles</li>
</ul>
<ol>
<li class="">Numbered lists</li>
<li class="">Work too</li>
</ol>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="code-blocks">Code blocks<a href="https://docs.rrxpreview.com/blog/test-post-one#code-blocks" class="hash-link" aria-label="Direct link to Code blocks" title="Direct link to Code blocks" translate="no">​</a></h2>
<p>Syntax highlighting and the copy button come for free:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">npm run start   # dev server at http://localhost:3000</span><br></div><div class="token-line" style="color:#393A34"><span class="token plain">npm run build   # static output in build/</span><br></div></code></pre></div></div>
<div class="language-js codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockTitle_OeMC">docusaurus.config.js</div><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-js codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token keyword module" style="color:#00009f">export</span><span class="token plain"> </span><span class="token keyword module" style="color:#00009f">default</span><span class="token plain"> </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span><br></div><div class="token-line" style="color:#393A34"><span class="token plain">  </span><span class="token literal-property property" style="color:#36acaa">title</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">'RRX.com Demos'</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span><br></div><div class="token-line" style="color:#393A34"><span class="token plain">  </span><span class="token literal-property property" style="color:#36acaa">tagline</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">'For internal use only'</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span><br></div><div class="token-line" style="color:#393A34"><span class="token plain"></span><span class="token punctuation" style="color:#393A34">}</span><span class="token punctuation" style="color:#393A34">;</span><br></div></code></pre></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="admonitions">Admonitions<a href="https://docs.rrxpreview.com/blog/test-post-one#admonitions" class="hash-link" aria-label="Direct link to Admonitions" title="Direct link to Admonitions" translate="no">​</a></h2>
<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>Use <code>{/* truncate */}</code> to control where the excerpt on the blog index ends.</p></div></div>
<div class="theme-admonition theme-admonition-warning admonition_xJq3 alert alert--warning"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z"></path></svg></span>warning</div><div class="admonitionContent_BuS1"><p>Both posts in this blog are test content only — replace them with real
articles when publishing.</p></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="tables">Tables<a href="https://docs.rrxpreview.com/blog/test-post-one#tables" class="hash-link" aria-label="Direct link to Tables" title="Direct link to Tables" translate="no">​</a></h2>
<table><thead><tr><th>Feature</th><th>Supported</th></tr></thead><tbody><tr><td>Tags</td><td>Yes</td></tr><tr><td>Authors</td><td>Yes</td></tr><tr><td>RSS / Atom</td><td>Yes</td></tr><tr><td>Reading time</td><td>Yes</td></tr></tbody></table>]]></content:encoded>
            <category>Test</category>
            <category>Demo</category>
        </item>
    </channel>
</rss>