<?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>myz</title>
        <link>https://paragraph.com/@megaethmaxi</link>
        <description>undefined</description>
        <lastBuildDate>Thu, 30 Apr 2026 07:06:15 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>myz</title>
            <url>https://storage.googleapis.com/papyrus_images/8089eab899a581c9f5f71d614b0514557d7ae32f6bc831ca82fb38f4825b903e.png</url>
            <link>https://paragraph.com/@megaethmaxi</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Basic Markdown Syntax ]]></title>
            <link>https://paragraph.com/@megaethmaxi/basic-markdown-syntax</link>
            <guid>6ZUxkCV2jjYPxRCb5YFf</guid>
            <pubDate>Wed, 02 Feb 2022 04:24:44 GMT</pubDate>
            <description><![CDATA[Markdown Cheatsheethttps://www.markdownguide.org/cheat-sheet/ The-Ultimate-Markdown-Cheat-Sheet1. Headings:# Heading 1 ## Heading 2 ### Heading 3 2. Text Styles:Bold: **Bold**Italic: *italic*Blockquotes: > Blockquotes> Blockquotes > > Nested Blockquotes BlockquoteNested BlockquotesStrike-through: ~~Strike-through~~code: `code`Fenced Code Block: ```shift+enter to exit List:1112223331122- xxx- xxx3. Table:| Default | Left align | Center align | Right align | | - | :- | :-: | -: | | 9999999999 |...]]></description>
            <content:encoded><![CDATA[<h1 id="h-markdown-cheatsheet" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Markdown Cheatsheet</h1><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.markdownguide.org/cheat-sheet/">https://www.markdownguide.org/cheat-sheet/</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/lifeparticle/Markdown-Cheatsheet">The-Ultimate-Markdown-Cheat-Sheet</a></p><h2 id="h-1-headings" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1. Headings:</h2><pre data-type="codeBlock" text="# Heading 1
## Heading 2
### Heading 3
"><code><span class="hljs-meta prompt_"># </span><span class="bash">Heading 1</span>
<span class="hljs-meta prompt_">#</span><span class="bash"><span class="hljs-comment"># Heading 2</span></span>
<span class="hljs-meta prompt_">#</span><span class="bash"><span class="hljs-comment">## Heading 3</span></span>
</code></pre><h2 id="h-2-text-styles" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2. Text Styles:</h2><ul><li><p><strong>Bold:</strong> <code>**Bold**</code></p></li><li><p><em>Italic:</em> <code>*italic*</code></p></li><li><p>Blockquotes: <code>&gt; Blockquotes</code></p></li></ul><pre data-type="codeBlock" text="&gt; Blockquotes
&gt; &gt; Nested Blockquotes
"><code><span class="hljs-operator">></span> Blockquotes
<span class="hljs-operator">></span> <span class="hljs-operator">></span> Nested Blockquotes
</code></pre><blockquote><p>Blockquote</p><blockquote><p>Nested Blockquotes</p></blockquote></blockquote><ul><li><p><s>Strike-through</s>: <code>~~Strike-through~~</code></p></li><li><p>code: <code>`code`</code></p></li><li><p>Fenced Code Block: ```</p></li></ul><pre data-type="codeBlock" text="shift+enter to exit
"><code><span class="hljs-built_in">shift</span>+enter to <span class="hljs-built_in">exit</span>
</code></pre><ul><li><p>List:</p></li></ul><ol><li><p>111</p></li><li><p>222</p></li><li><p>333</p><ol><li><p>11</p></li><li><p>22</p></li></ol></li></ol><ul><li><p><code>- xxx</code></p></li><li><p><code>- xxx</code></p></li></ul><h2 id="h-3-table" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3. Table:</h2><pre data-type="codeBlock" text="| Default | Left align | Center align | Right align |
| - | :- | :-: | -: |
| 9999999999 | 9999999999 | 9999999999 | 9999999999 |
| 999999999 | 999999999 | 999999999 | 999999999 |
| 99999999 | 99999999 | 99999999 | 99999999 |
| 9999999 | 9999999 | 9999999 | 9999999 |
"><code><span class="hljs-operator">|</span> Default <span class="hljs-operator">|</span> Left align <span class="hljs-operator">|</span> Center align <span class="hljs-operator">|</span> Right align <span class="hljs-operator">|</span>
<span class="hljs-operator">|</span> <span class="hljs-operator">-</span> <span class="hljs-operator">|</span> :<span class="hljs-operator">-</span> <span class="hljs-operator">|</span> :<span class="hljs-operator">-</span>: <span class="hljs-operator">|</span> <span class="hljs-operator">-</span>: <span class="hljs-operator">|</span>
<span class="hljs-operator">|</span> <span class="hljs-number">9999999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">9999999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">9999999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">9999999999</span> <span class="hljs-operator">|</span>
<span class="hljs-operator">|</span> <span class="hljs-number">999999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">999999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">999999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">999999999</span> <span class="hljs-operator">|</span>
<span class="hljs-operator">|</span> <span class="hljs-number">99999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">99999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">99999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">99999999</span> <span class="hljs-operator">|</span>
<span class="hljs-operator">|</span> <span class="hljs-number">9999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">9999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">9999999</span> <span class="hljs-operator">|</span> <span class="hljs-number">9999999</span> <span class="hljs-operator">|</span>
</code></pre>]]></content:encoded>
            <author>megaethmaxi@newsletter.paragraph.com (myz)</author>
        </item>
    </channel>
</rss>