MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

Indenting the paragraph #84

Closed kuncevic closed 8 years ago

kuncevic commented 8 years ago

How would you ident the paragraph?

If I just place some blanлs or 1 tab in front of paragraph first line the whole paragraph getting converted in to single tag by hexo.

MOxFIVE commented 8 years ago

  Indenting the paragraph with  

http://www.w3schools.com/charsets/ref_utf_punctuation.asp

  Indenting the paragraph

Set indenting for all paragraphas with CSS

/source/css/_partial/article.sty http://www.w3schools.com/cssref/pr_text_text-indent.asp

p {
    text-indent: 2em;
}