summaryrefslogtreecommitdiff
path: root/cn/posts/tips-of-writing/index.html
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2023-05-26 11:02:39 +0800
committergarhve <git@garhve.com>2023-05-26 11:02:39 +0800
commitbf04412ad9dddf4cf7d07973b1d09737f34de590 (patch)
treec34473afc94102b99622dd8626704f29140fe916 /cn/posts/tips-of-writing/index.html
parentc30fc1128989717d35676b03a9f289ac9649ac87 (diff)
finish tips of writing.mdHEADmain
Diffstat (limited to 'cn/posts/tips-of-writing/index.html')
-rw-r--r--cn/posts/tips-of-writing/index.html31
1 files changed, 28 insertions, 3 deletions
diff --git a/cn/posts/tips-of-writing/index.html b/cn/posts/tips-of-writing/index.html
index f5d9d48..7a602b0 100644
--- a/cn/posts/tips-of-writing/index.html
+++ b/cn/posts/tips-of-writing/index.html
@@ -153,18 +153,43 @@ So it will pass.</p>
<ul>
<li><u>underline</u></li>
</ul>
-<p>Underscore is another emphasis method, but since it is used on link mostly. I&rsquo;ll follow the rule, Only for link.</p>
+<p>Underscore is another emphasis method, but since it is used on link mostly. I&rsquo;ll follow the rule: Only for link.</p>
<ul>
<li><span style="color: orange">Color</span></li>
</ul>
<p>Markdown doesn&rsquo;t support color annotation natively. So here&rsquo;s no reason I should use it.
Besides, colorful blog is really ugly.</p>
<hr>
-<p>So to conclusion, <em>Italic</em> and <strong>Bold</strong> are the major method, and they are used to support different purpose.</p>
+<p>To conclusion, <em>Italic</em> and <strong>Bold</strong> are the major methods I&rsquo;ll be using, and they are used to support different purpose.</p>
<p>first one is to emphasis new noun and adverb of degree whereas second is for something <strong>really important</strong>.</p>
<hr>
<h3 id="typesetting">Typesetting</h3>
-<p>This part will cover how to put the content to make it looks better.</p>
+<p>This part will cover how to set the content settings to make it looks better.</p>
+<ul>
+<li>Block</li>
+</ul>
+<blockquote>
+<p>This is a block
+Block is too common since it can easily fit in multi-situation. But I&rsquo;ll restrict the usage of it to unify the style.</p>
+</blockquote>
+<p>Only use it as footnote, and should use it no more than 2 lines.</p>
+<ul>
+<li>Unordered list</li>
+</ul>
+<p>This post is written with unordered list to list rules. And that&rsquo;s it, use it when context is not in order.</p>
+<ul>
+<li>Ordered List</li>
+</ul>
+<p>Opposite with unordered list, use it when context has order.</p>
+<ul>
+<li>Indent</li>
+</ul>
+<p>Indent is not markdown native feature, so I&rsquo;ll keep away from it.</p>
+<hr>
+<p>Typesetting is the key to beautify pages. Even though the rules are few, I still need to keep in mind.
+Especially the block.</p>
+<hr>
+<p>That&rsquo;s for now. Update will continue if anything new.</p>
</div>