ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 335 forks source link

added extra newline in the lists #176

Closed arifpedia closed 7 years ago

arifpedia commented 7 years ago

Please make sure these boxes are checked before submitting your issue. Thank you!


In hexo-theme-icarus is fine, but in this theme, rendered html will added extra new line in the lists:

Markdown:

Fenced code blocks inside lists

1. This is a numbered list.
2. This is a numbered list.
3. I'm going to include a fenced code block as part of this bullet:
Code
More Code
```
  1. We can put fenced code blocks with syntax highlighting.

    printf("Hello, World!");

Screenshot: list.png

ppoffice commented 7 years ago

@arifpedia This should fix the new line problem. But be aware that if the number of the list item is greater than 9, you will be experiencing missing first digit of list number.

arifpedia commented 7 years ago

@ppoffice Thank you :+1: