diff options
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> |