<?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>Interaugh</title>
        <link>https://paragraph.com/@interaugh</link>
        <description>undefined</description>
        <lastBuildDate>Sat, 30 May 2026 17:13:45 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Interaugh</title>
            <url>https://storage.googleapis.com/papyrus_images/b87582db21a8df7b4d16d7ab21e06a87b046e82e4bfb9b2bcf42c8a93bf4b606.png</url>
            <link>https://paragraph.com/@interaugh</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[mirror.xyzの使い方]]></title>
            <link>https://paragraph.com/@interaugh/mirror-xyz</link>
            <guid>0Xr36zopqCv7opTbIluw</guid>
            <pubDate>Wed, 02 Nov 2022 01:45:52 GMT</pubDate>
            <description><![CDATA[ここではmirror.xyzの使い方を記載していきます。実際にmirrorを使いながら追記していきますのでいつの間にかコンテンツが増えいていることがあるかと思います。また、こんな使い方もあるよ！と教えていただけるとありがたいです。始め方とか準備などは別記事でまとめようと思います。始め方こちらの記事が素敵にまとめてくれています。 https://maru7.jp/mirror-readme/記事の書き方Mirror.xyzではMarkdown記法を知っておくと執筆スピードが格段とあがります。Microsoft TeamsのチャットやNotion、Slackなどいろんなところに使われているので覚えておくと応用がききます。 いろいろありますが使うものだけをピックアップしました。見出し# 見出し1 ## 見出し2 ### 見出し3 ＜表示＞見出し1見出し2見出し3引用> ＜表示＞引用を使うと読みやすくなりますコードブロック```(バッククォーテーション）を3つ ＜表示＞## Markdownの記号もそのまま表記されます インラインコード`で囲まれた`ところを強調する ＜表示＞で囲まれたと...]]></description>
            <content:encoded><![CDATA[<p>ここではmirror.xyzの使い方を記載していきます。実際にmirrorを使いながら追記していきますのでいつの間にかコンテンツが増えいていることがあるかと思います。また、こんな使い方もあるよ！と教えていただけるとありがたいです。始め方とか準備などは別記事でまとめようと思います。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">始め方</h2><p>こちらの記事が素敵にまとめてくれています。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://maru7.jp/mirror-readme/">https://maru7.jp/mirror-readme/</a></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">記事の書き方</h2><p>Mirror.xyzではMarkdown記法を知っておくと執筆スピードが格段とあがります。Microsoft TeamsのチャットやNotion、Slackなどいろんなところに使われているので覚えておくと応用がききます。 いろいろありますが使うものだけをピックアップしました。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">見出し</h3><pre data-type="codeBlock" text="# 見出し1
## 見出し2
### 見出し3
"><code><span class="hljs-meta prompt_"># </span><span class="bash">見出し1</span>
<span class="hljs-meta prompt_">#</span><span class="bash"><span class="hljs-comment"># 見出し2</span></span>
<span class="hljs-meta prompt_">#</span><span class="bash"><span class="hljs-comment">## 見出し3</span></span>
</code></pre><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">＜表示＞</h4><h1 id="h-1" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">見出し1</h1><h2 id="h-2" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">見出し2</h2><h3 id="h-3" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">見出し3</h3><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">引用</h3><pre data-type="codeBlock" text="&gt;
"><code><span class="hljs-quote">>
</span></code></pre><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">＜表示＞</h4><blockquote><p>引用を使うと読みやすくなります</p></blockquote><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">コードブロック</h3><pre data-type="codeBlock" text="```(バッククォーテーション）を3つ
"><code><span class="hljs-string">``</span><span class="hljs-string">`(バッククォーテーション）を3つ
</span></code></pre><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">＜表示＞</h4><pre data-type="codeBlock" text="## Markdownの記号もそのまま表記されます
"><code><span class="hljs-meta prompt_">#</span><span class="bash"><span class="hljs-comment"># Markdownの記号もそのまま表記されます</span></span>
</code></pre><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"></h4><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">インラインコード</h3><pre data-type="codeBlock" text="`で囲まれた`ところを強調する
"><code><span class="hljs-string">`で囲まれた`</span>ところを強調する
</code></pre><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">＜表示＞</h4><p><code>で囲まれた</code>ところを強調する</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">リスト箇条書き</h3><pre data-type="codeBlock" text="-(ハイフン) 
"><code><span class="hljs-built_in">-</span>(ハイフン) 
</code></pre><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">＜表示＞</h4><ul><li><p>箇条書き</p><ul><li><p>タブでインデントを下げられる</p></li></ul></li></ul><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">番号付き箇条書き</h3><pre data-type="codeBlock" text="1.
"><code><span class="hljs-bullet">1.</span>
</code></pre><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">＜表示＞</h4><ol><li><p>番号付き箇条書き</p><ol><li><p>タブを押すと1に戻る</p></li></ol></li><li><p>Shift＋Tabを押すと前のインデントに戻る</p></li></ol><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">水平線</h3><pre data-type="codeBlock" text="---
"><code><span class="hljs-meta">---
</span></code></pre><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">＜表示＞</h4><hr><p>ちなみに「Blocks」と書いてあるボタンからも利用できますがWindowsだとコマンドキーがないのでマウスでクリックするしかありません。あきらめてMarkdown記法を使いましょう。</p><p>他のMarkdown記法の使い方を知りたい方はこちらを参照ください。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://notepm.jp/help/how-to-markdown">https://notepm.jp/help/how-to-markdown</a></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">まとめ</h2><ul><li><p>始め方は手順通りにすれば10分くらいでできます</p></li><li><p>記事執筆はMarkdown記法で記載する</p></li><li><p>よく使うMarkdown記法は全部で6つ</p></li></ul>]]></content:encoded>
            <author>interaugh@newsletter.paragraph.com (Interaugh)</author>
        </item>
    </channel>
</rss>