diff options
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 029e289..9f32958 100644 --- a/cn/posts/tips-of-writing/index.html +++ b/cn/posts/tips-of-writing/index.html @@ -146,10 +146,15 @@ which may causing error or really need to be highlighted! and it should only eff 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, or adverb of degree.</p> <ol start="3"> -<li><del><em><strong>Bold Italic</strong></em></del></li> +<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> +<ol start="4"> +<li><span style="blue">Color</span></li> +</ol> +<p>Markdown doesn’t support color annotation natively. So here’s no reason I should use it. +Besides, colorful blog is really ugly.</p> </div> |