diff options
author | garhve <git@garhve.com> | 2023-05-06 19:32:03 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-05-06 19:32:03 +0800 |
commit | 0718a66e732e84f8f99d6b035e5e84679fea260c (patch) | |
tree | b02a777aabf61855f0861ae00782fc07c7c68ec6 /cn | |
parent | 534bbdd384e6cfe9fcdddcb7461c0f34c5a8374e (diff) |
unfinished
Diffstat (limited to 'cn')
-rw-r--r-- | cn/posts/tips-of-writing/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cn/posts/tips-of-writing/index.html b/cn/posts/tips-of-writing/index.html index 5ac89f9..43ae9ad 100644 --- a/cn/posts/tips-of-writing/index.html +++ b/cn/posts/tips-of-writing/index.html @@ -144,7 +144,12 @@ which may causing error or really need to be highlighted! and it should only eff </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> +but is a key word for next few sections, or adverb of degree.</p> +<ol start="3"> +<li>~~ <em><strong>Bold Italic</strong></em> ~~</li> +</ol> +<p>This one is too strong to use, I don’t need it since the previous two can handle most situation. +So it will pass.</p> </div> |