用github搭建博客之后在_post文件夹下新添加的md没有解析为静态页面,仍然是纯文本。
以下md文件截图
PHPz2017-04-24 16:02:11
I found the answer myself, thank you all.
Maybe it’s an editor problem. I'll post something I wrote later on my blog.
Don’t use Cmd Markdown to write your blog! The process of building a blog was the first time I came into contact with markdown. At that time, I used Cmd Markdown, which was recommended by someone online. After writing it, I used jekyll to run it locally or upload it to GitHub, but I found that it could not be parsed. It was really hard for me at the time, and I spent a long time looking for the reason... Later I realized that only this new blog file could not be parsed, and everything else was normal, so I decided to change the editor to MarkdownPad 2 and it was fine. It was really embarrassing! (I tested it again today, June 8th and found it is still the same...)