<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>test on Reorx’s Forge</title><link>https://reorx.com/tags/test/</link><description>Recent content in test on Reorx’s Forge</description><image><url>https://reorx.com/images/forge-v2-compat.svg</url><link>https://reorx.com/images/forge-v2-compat.svg</link></image><generator>Hugo -- gohugo.io</generator><lastBuildDate>Fri, 09 Dec 2022 22:52:46 +0800</lastBuildDate><atom:link href="https://reorx.com/tags/test/feed.xml" rel="self" type="application/rss+xml"/><item><title>Test follow it newsletter 1</title><link>https://reorx.com/playground/2022-12-09/</link><pubDate>Fri, 09 Dec 2022 22:52:46 +0800</pubDate><guid>https://reorx.com/playground/2022-12-09/</guid><description>Paragraph Line break
First line with two spaces after. And the next line.
First line with the HTML tag after.
And the next line.
Inline Italicized text is the cat&amp;rsquo;s meow.
This text is really important.
Use `code` in your Markdown file.
Email: fake@example.com
My favorite search engine is Duck Duck Go.
I love supporting the EFF. This is the Markdown Guide. See the section on code.
Strikethrough and ==highligh==</description><content:encoded><![CDATA[<h2 id="paragraph">Paragraph</h2>
<p><strong>Line break</strong></p>
<p>First line with two spaces after.
And the next line.</p>
<p>First line with the HTML tag after.<br>
And the next line.</p>
<h2 id="inline">Inline</h2>
<p>Italicized text is the <em>cat&rsquo;s meow</em>.</p>
<p>This text is <em><strong>really important</strong></em>.</p>
<p><code>Use `code` in your Markdown file.</code></p>
<p>Email: <a href="mailto:fake@example.com">fake@example.com</a></p>
<p>My favorite search engine is <a href="https://duckduckgo.com" title="The best search engine for privacy">Duck Duck Go</a>.</p>
<p>I love supporting the <strong><a href="https://eff.org">EFF</a></strong>.
This is the <em><a href="https://www.markdownguide.org">Markdown Guide</a></em>.
See the section on <a href="#code"><code>code</code></a>.</p>
<p><del>Strikethrough</del> and ==highligh==</p>
<h3 id="html">HTML</h3>
<p>Some of these words <ins>will be underlined</ins>.</p>
<p>    This is the first sentence of my indented paragraph.</p>
<center>This text is centered.</center>
<p style="text-align:center">Center this text</p>
<p><font color="red">This text is red!</font></p>
<p style="color:blue">Make this text blue.</p>
<p>Here&rsquo;s a paragraph that will be visible.</p>
<p>And here&rsquo;s another paragraph that&rsquo;s visible.</p>
<h2 id="blockquote">Blockquote</h2>
<blockquote>
<h4 id="the-quarterly-results-look-great">The quarterly results look great!</h4>
<ul>
<li>Revenue was off the chart.</li>
<li>Profits were higher than ever.</li>
</ul>
<p><em>Everything</em> is going according to <strong>plan</strong>.</p>
<blockquote>
<p>Dorothy followed her through many of the beautiful rooms in her castle.</p>
</blockquote>
</blockquote>
<h2 id="list">List</h2>
<p>Ordered list:</p>
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item
<ol>
<li>Indented item 1</li>
<li>Indented item 2</li>
</ol>
</li>
<li>Fourth item</li>
</ol>
<p>Unordered list:</p>
<ul>
<li>
<p>This is the first list item.</p>
<blockquote>
<p>A blockquote would look great below the first list item.</p>
</blockquote>
</li>
<li>
<p>Here&rsquo;s the second list item.</p>
<p>I need to add another paragraph below the second list item.</p>
</li>
<li>
<p>And here&rsquo;s the third list item.</p>
<ul>
<li>Indented item
<pre tabindex="0"><code>code block in nested item
</code></pre></li>
<li>Indented item</li>
</ul>
</li>
</ul>
<p>Task list:</p>
<ul>
<li><input checked="" disabled="" type="checkbox"> Write the press release</li>
<li><input disabled="" type="checkbox"> Update the website</li>
<li><input disabled="" type="checkbox"> Contact the media</li>
</ul>
<h2 id="code-block">Code block</h2>
<pre><code>&lt;html&gt;
  &lt;body&gt;
    Indented code block
  &lt;/body&gt;
&lt;/html&gt;
</code></pre>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-json" data-lang="json"><span class="line"><span class="cl"><span class="p">{</span>
</span></span><span class="line"><span class="cl">  <span class="nt">&#34;firstName&#34;</span><span class="p">:</span> <span class="s2">&#34;John&#34;</span><span class="p">,</span>
</span></span><span class="line"><span class="cl">  <span class="nt">&#34;lastName&#34;</span><span class="p">:</span> <span class="s2">&#34;Smith&#34;</span><span class="p">,</span>
</span></span><span class="line"><span class="cl">  <span class="nt">&#34;age&#34;</span><span class="p">:</span> <span class="mi">25</span>
</span></span><span class="line"><span class="cl"><span class="p">}</span>
</span></span></code></pre></div><h2 id="reference-style-links-aka-footnotes">Reference-style links AKA footnotes</h2>
<p>In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends
of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to
eat: it was a <a href="https://en.wikipedia.org/wiki/Hobbit#Lifestyle" title="Hobbit lifestyles">hobbit-hole</a>, and that means comfort.</p>
<h2 id="table">Table</h2>
<table>
<thead>
<tr>
<th>Syntax</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Header</td>
<td>Title</td>
</tr>
<tr>
<td>Paragraph</td>
<td>Text</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th style="text-align:left">Syntax</th>
<th style="text-align:center">Description</th>
<th style="text-align:right">Test Text</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">Header</td>
<td style="text-align:center">Title</td>
<td style="text-align:right">Here&rsquo;s this</td>
</tr>
<tr>
<td style="text-align:left">Paragraph</td>
<td style="text-align:center">Text</td>
<td style="text-align:right">And more</td>
</tr>
</tbody>
</table>
]]></content:encoded></item><item><title>Test follow it newsletter</title><link>https://reorx.com/playground/2022-12-08/</link><pubDate>Thu, 08 Dec 2022 22:52:46 +0800</pubDate><guid>https://reorx.com/playground/2022-12-08/</guid><description>Paragraph Line break
First line with two spaces after. And the next line.
First line with the HTML tag after.
And the next line.
Inline Italicized text is the cat&amp;rsquo;s meow.
This text is really important.
Use `code` in your Markdown file.
Email: fake@example.com
My favorite search engine is Duck Duck Go.
I love supporting the EFF. This is the Markdown Guide. See the section on code.
Strikethrough and ==highligh==</description><content:encoded><![CDATA[<h2 id="paragraph">Paragraph</h2>
<p><strong>Line break</strong></p>
<p>First line with two spaces after.
And the next line.</p>
<p>First line with the HTML tag after.<br>
And the next line.</p>
<h2 id="inline">Inline</h2>
<p>Italicized text is the <em>cat&rsquo;s meow</em>.</p>
<p>This text is <em><strong>really important</strong></em>.</p>
<p><code>Use `code` in your Markdown file.</code></p>
<p>Email: <a href="mailto:fake@example.com">fake@example.com</a></p>
<p>My favorite search engine is <a href="https://duckduckgo.com" title="The best search engine for privacy">Duck Duck Go</a>.</p>
<p>I love supporting the <strong><a href="https://eff.org">EFF</a></strong>.
This is the <em><a href="https://www.markdownguide.org">Markdown Guide</a></em>.
See the section on <a href="#code"><code>code</code></a>.</p>
<p><del>Strikethrough</del> and ==highligh==</p>
<h3 id="html">HTML</h3>
<p>Some of these words <ins>will be underlined</ins>.</p>
<p>    This is the first sentence of my indented paragraph.</p>
<center>This text is centered.</center>
<p style="text-align:center">Center this text</p>
<p><font color="red">This text is red!</font></p>
<p style="color:blue">Make this text blue.</p>
<p>Here&rsquo;s a paragraph that will be visible.</p>
<p>And here&rsquo;s another paragraph that&rsquo;s visible.</p>
<h2 id="blockquote">Blockquote</h2>
<blockquote>
<h4 id="the-quarterly-results-look-great">The quarterly results look great!</h4>
<ul>
<li>Revenue was off the chart.</li>
<li>Profits were higher than ever.</li>
</ul>
<p><em>Everything</em> is going according to <strong>plan</strong>.</p>
<blockquote>
<p>Dorothy followed her through many of the beautiful rooms in her castle.</p>
</blockquote>
</blockquote>
<h2 id="list">List</h2>
<p>Ordered list:</p>
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item
<ol>
<li>Indented item 1</li>
<li>Indented item 2</li>
</ol>
</li>
<li>Fourth item</li>
</ol>
<p>Unordered list:</p>
<ul>
<li>
<p>This is the first list item.</p>
<blockquote>
<p>A blockquote would look great below the first list item.</p>
</blockquote>
</li>
<li>
<p>Here&rsquo;s the second list item.</p>
<p>I need to add another paragraph below the second list item.</p>
</li>
<li>
<p>And here&rsquo;s the third list item.</p>
<ul>
<li>Indented item
<pre tabindex="0"><code>code block in nested item
</code></pre></li>
<li>Indented item</li>
</ul>
</li>
</ul>
<p>Task list:</p>
<ul>
<li><input checked="" disabled="" type="checkbox"> Write the press release</li>
<li><input disabled="" type="checkbox"> Update the website</li>
<li><input disabled="" type="checkbox"> Contact the media</li>
</ul>
<h2 id="code-block">Code block</h2>
<pre><code>&lt;html&gt;
  &lt;body&gt;
    Indented code block
  &lt;/body&gt;
&lt;/html&gt;
</code></pre>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-json" data-lang="json"><span class="line"><span class="cl"><span class="p">{</span>
</span></span><span class="line"><span class="cl">  <span class="nt">&#34;firstName&#34;</span><span class="p">:</span> <span class="s2">&#34;John&#34;</span><span class="p">,</span>
</span></span><span class="line"><span class="cl">  <span class="nt">&#34;lastName&#34;</span><span class="p">:</span> <span class="s2">&#34;Smith&#34;</span><span class="p">,</span>
</span></span><span class="line"><span class="cl">  <span class="nt">&#34;age&#34;</span><span class="p">:</span> <span class="mi">25</span>
</span></span><span class="line"><span class="cl"><span class="p">}</span>
</span></span></code></pre></div><h2 id="reference-style-links-aka-footnotes">Reference-style links AKA footnotes</h2>
<p>In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends
of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to
eat: it was a <a href="https://en.wikipedia.org/wiki/Hobbit#Lifestyle" title="Hobbit lifestyles">hobbit-hole</a>, and that means comfort.</p>
<h2 id="table">Table</h2>
<table>
<thead>
<tr>
<th>Syntax</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Header</td>
<td>Title</td>
</tr>
<tr>
<td>Paragraph</td>
<td>Text</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th style="text-align:left">Syntax</th>
<th style="text-align:center">Description</th>
<th style="text-align:right">Test Text</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">Header</td>
<td style="text-align:center">Title</td>
<td style="text-align:right">Here&rsquo;s this</td>
</tr>
<tr>
<td style="text-align:left">Paragraph</td>
<td style="text-align:center">Text</td>
<td style="text-align:right">And more</td>
</tr>
</tbody>
</table>
]]></content:encoded></item></channel></rss>