can't display ordered list of markdown

407 views Asked by At

I'am using Hexo to post my blog. I edited my blog by markdown. And I encountered with some problems when I try to use the ordered list and it can't be displayed normally.

Here is my code:

1. first
2. second
 + inner first
 + inner second

However, only disordered list was shown. I would like it was shown as follow: http://7xjj3m.com1.z0.glb.clouddn.com/20150622_0.jpg

but it was follow indeed: http://7xjj3m.com1.z0.glb.clouddn.com/20150622_1.jpg

So, what's the problem?

1

There are 1 answers

0
Colin On

Your syntax is correct but you need to indent by four spaces. I would refrain from using tab because your computer / program could be defaulted to 2 instead of 4.

I use a markdown editor called Mou; and I inputed your syntax and got the proper result.