diff options
author | garhve <git@garhve.com> | 2023-05-06 19:26:00 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-05-06 19:26:00 +0800 |
commit | 55c40762ba9456ca8df9396b06dbb84a98a13d92 (patch) | |
tree | fa432ab65c99cbdf0b9ce364e270c12e27e148e1 /cn/posts/tips-of-writing | |
parent | 586939de26995225e0644b28ee36c1439a59fb83 (diff) |
fix typesetting
Diffstat (limited to 'cn/posts/tips-of-writing')
-rw-r--r-- | cn/posts/tips-of-writing/index.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/cn/posts/tips-of-writing/index.html b/cn/posts/tips-of-writing/index.html index dc694aa..e2644da 100644 --- a/cn/posts/tips-of-writing/index.html +++ b/cn/posts/tips-of-writing/index.html @@ -135,18 +135,16 @@ first two, <em><strong>Bold italic</strong></em>. Those all have not much differ on taste of user.</p> <p>So I’ll restrain myself from using them randomly.</p> <ol> -<li> -<p><strong>Bold</strong> - From my view, it’s a strong express. So I’ll use it only when something <strong>really important</strong> +<li><strong>Bold</strong></li> +</ol> +<p> From my view, it’s a strong express. So I’ll use it only when something <strong>really important</strong> which may causing error or really need to be highlighted! and it should only effect on 1 or 2 words.</p> -</li> -<li> -<p><em>Italic</em> - <em>Italic</em> is also used to highlight. But the expression is not so strong as <strong>bold</strong>. +<ol start="2"> +<li><em>Italic</em></li> +</ol> +<p> <em>Italic</em> is also used to highlight. But the expression is not so strong as <strong>bold</strong>. therefore, this effect will be used on new words that worth to noting. such as noun that first shows up but is a key word for next few sections, etc.</p> -</li> -</ol> </div> |