<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>写意使用指南 &amp;mdash; Jess</title>
    <link>https://writee.org/jess/tag:写意使用指南</link>
    <description></description>
    <pubDate>Wed, 10 Jun 2026 19:32:08 +0000</pubDate>
    <item>
      <title>如何编辑文章格式</title>
      <link>https://writee.org/jess/ru-he-bian-ji-wen-zhang-ge-shi</link>
      <description>&lt;![CDATA[写意使用指南&#xA;&#xA;本文翻译自Write Freely官方文档&#xA;&#xA;添加标题&#xA;本平台上的文章不一定需要有标题，如果需要添加标题，可以在编辑正文时添加。&#xA;&#xA;第一种方式 可以用 Markdown 添加标题。在正文第一行最前面加上井号（#）和空格，再输入标题。这种方式设置的标题字号会加大。&#xA;&#xA;文章标题&#xA;&#xA;在正文第一行最前面加上井号（#）和空格，「写意」就能知道这一行后面的内容是文章的标题（例子中的标题为“文章标题”）。&#xA;&#xA;“文章标题”不仅会显示在浏览器的标签栏中，也会在文章页面顶部以大字体格式显示。&#xA;&#xA;第二种方式 直接写在第一行中，并用空行与正文隔开。标题的字体将与正文一致。&#xA;&#xA;文章标题&#xA;&#xA;正文从这里开始，与文章标题间隔一行。因为有一段空行，“文章标题”作为标题出现在浏览器标签栏上。但由于我们没有指明标题，标题字号将与正文一致。&#xA;&#xA;正文格式&#xA;在「写意」上，你可以使用 Markdown 语法编辑文章格式。Markdown 语法使用特殊字符来标记粗体、斜体以及其他格式。如果你从未使用过 Markdown 语法，本篇教程将带领你学会如何使用 Markdown 编辑格式。&#xA;&#xA;标题&#xA;这是最大的标题 (h1)&#xA;这还是个大标题 (h2)&#xA;这是稍微小一点的标题 (h3)&#xA;这是最最小的标题 (h6)&#xA;这是最大的标题 (h1)&#xA;这还是个大标题 (h2)&#xA;这是稍微小一点的标题 (h3)&#xA;这是最最小的标题 (h6)&#xA;&#xA;强调&#xA;这是斜体&#xA;这还是斜体&#xA;这是斜体&#xA;这还是斜体&#xA;&#xA;这是加粗&#xA;这还是加粗&#xA;这是加粗&#xA;这还是加粗&#xA;&#xA;这是一句强调性的文字&#xA;&#xA;列表&#xA;无序列表：&#xA;&#xA;你好&#xA;再见&#xA;  Goodbye&#xA;  Au revoir&#xA;  Auf Wiedersehen &#xA;  Arrivederci&#xA;&#xA;你好&#xA;再见&#xA;  Goodbye&#xA;  Au revoir&#xA;  Auf Wiedersehen &#xA;  Arrivederci&#xA;&#xA;有序列表：&#xA;&#xA;首先&#xA;其次&#xA;最后&#xA;&#xA;首先&#xA;其次&#xA;最后&#xA;&#xA;首先&#xA;其次&#xA;最后&#xA;还有&#xA;&#xA;首先&#xA;其次&#xA;最后&#xA;还有&#xA;&#xA;插入图片&#xA;光晕&#xA;&#xA;光晕&#xA;&#xA;插入链接&#xA;https://writee.org&#xA;「写意」&#xA;&#xA;https://writee.org&#xA;「写意」&#xA;&#xA;个人邮箱链接前需添加 mailto:：&#xA;&#xA;Contact me&#xA;&#xA;联系我&#xA;&#xA;引用&#xA;  Wherever you go,&#xA;  there you are.&#xA;&#xA;  Wherever you go,&#xA;  there you are.&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="/jess/tag:%E5%86%99%E6%84%8F%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">写意使用指南</span></a></p>

<p>本文翻译自<a href="https://writefreely.org/docs/v0.12.0/writer/writing.md" rel="nofollow">Write Freely官方文档</a></p>

<h2 id="添加标题">添加标题</h2>

<p>本平台上的文章不一定需要有标题，如果需要添加标题，可以在编辑正文时添加。</p>

<p><strong>第一种方式</strong> 可以用 Markdown 添加标题。在正文第一行最前面加上井号（#）和空格，再输入标题。这种方式设置的标题字号会加大。</p>

<pre><code># 文章标题

在正文第一行最前面加上井号（#）和空格，「写意」就能知道这一行后面的内容是文章的标题（例子中的标题为“文章标题”）。

“文章标题”不仅会显示在浏览器的标签栏中，也会在文章页面顶部以大字体格式显示。
</code></pre>

<p><strong>第二种方式</strong> 直接写在第一行中，并用空行与正文隔开。标题的字体将与正文一致。</p>

<pre><code>文章标题

正文从这里开始，与文章标题间隔一行。因为有一段空行，“文章标题”作为标题出现在浏览器标签栏上。但由于我们没有指明标题，标题字号将与正文一致。
</code></pre>

<h2 id="正文格式">正文格式</h2>

<p>在「写意」上，你可以使用 Markdown 语法编辑文章格式。Markdown 语法使用特殊字符来标记粗体、斜体以及其他格式。如果你从未使用过 Markdown 语法，本篇教程将带领你学会如何使用 Markdown 编辑格式。</p>

<h3 id="标题">标题</h3>

<pre><code># 这是最大的标题 (h1)
## 这还是个大标题 (h2)
### 这是稍微小一点的标题 (h3)
###### 这是最最小的标题 (h6)
</code></pre>

<h1 id="这是最大的标题-h1">这是最大的标题 (h1)</h1>

<h2 id="这还是个大标题-h2">这还是个大标题 (h2)</h2>

<h3 id="这是稍微小一点的标题-h3">这是稍微小一点的标题 (h3)</h3>

<h6 id="这是最最小的标题-h6">这是最最小的标题 (h6)</h6>

<h3 id="强调">强调</h3>

<pre><code>*这是斜体*
_这还是斜体_
</code></pre>

<p><em>这是斜体</em>
<em>这还是斜体</em></p>

<pre><code>**这是加粗**
__这还是加粗__
</code></pre>

<p><strong>这是加粗</strong>
<strong>这还是加粗</strong></p>

<p><em>这是一句<strong>强调性</strong>的文字</em></p>

<h3 id="列表">列表</h3>

<p><strong>无序列表</strong>：</p>

<pre><code>* 你好
* 再见
  * Goodbye
  * Au revoir
  * Auf Wiedersehen 
  * Arrivederci
</code></pre>
<ul><li>你好</li>
<li>再见
<ul><li>Goodbye</li>
<li>Au revoir</li>
<li>Auf Wiedersehen</li>
<li>Arrivederci</li></ul></li></ul>

<p><strong>有序列表</strong>：</p>

<pre><code>1. 首先
2. 其次
3. 最后
</code></pre>
<ol><li>首先</li>
<li>其次</li>
<li>最后</li></ol>

<pre><code>1. 首先
1. 其次
1. 最后
1. 还有
</code></pre>
<ol><li>首先</li>
<li>其次</li>
<li>最后</li>
<li>还有</li></ol>

<h3 id="插入图片">插入图片</h3>

<pre><code>![光晕](https://i.snap.as/T05UTpx.jpg)
</code></pre>

<p><img src="https://i.snap.as/T05UTpx.jpg" alt="光晕"></p>

<h3 id="插入链接">插入链接</h3>

<pre><code>https://writee.org
[「写意」](https://writee.org)
</code></pre>

<p><a href="https://writee.org" rel="nofollow">https://writee.org</a>
<a href="https://writee.org" rel="nofollow">「写意」</a></p>

<p>个人邮箱链接前需添加 <code>mailto:</code>：</p>

<pre><code>[Contact me](mailto:hello@example.com)
</code></pre>

<p><a href="mailto:salt@o3o.ca" rel="nofollow">联系我</a></p>

<h3 id="引用">引用</h3>

<pre><code>&gt; Wherever you go,
&gt; there you are.
</code></pre>

<blockquote><p>Wherever you go,
there you are.</p></blockquote>
]]></content:encoded>
      <guid>https://writee.org/jess/ru-he-bian-ji-wen-zhang-ge-shi</guid>
      <pubDate>Tue, 26 May 2020 02:55:47 +0000</pubDate>
    </item>
  </channel>
</rss>