diff options
author | garhve <git@garhve.com> | 2023-05-06 19:27:04 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-05-06 19:27:04 +0800 |
commit | 534bbdd384e6cfe9fcdddcb7461c0f34c5a8374e (patch) | |
tree | 085f575d26d2eaf5cbf729b468b68aeedb03cab7 /cn | |
parent | 55c40762ba9456ca8df9396b06dbb84a98a13d92 (diff) |
fix typesetting
Diffstat (limited to 'cn')
-rw-r--r-- | cn/posts/tips-of-writing/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cn/posts/tips-of-writing/index.html b/cn/posts/tips-of-writing/index.html index e2644da..5ac89f9 100644 --- a/cn/posts/tips-of-writing/index.html +++ b/cn/posts/tips-of-writing/index.html @@ -137,14 +137,14 @@ on taste of user.</p> <ol> <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> +<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> <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> +<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> </div> |