Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如果不对代码块的前后留空行,markdown解析会出错。 #706

Closed
xiangming opened this issue Jul 1, 2014 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@xiangming
Copy link

### 创建文章/页面
```bash
hexo new post "文章标题"
hexo new page "页面名称"
```
你可以不写双引号,但是推荐写上,尤其是中文标题,还带空格的。
默认new是创建post,所以你可以不写post。

### 部署到Github Pages
先配置项目根目录的`_config.yml`,主要是文件最后面的deploy部分。

到这里基本就完成了,你的网站已经可以在Github Pages上访问了。
下面的内容,一般读者可以不看。  

### 简写
```bash
hexo n == hexo new
hexo g == hexo generate
hexo s == hexo server
hexo d == hexo deploy
```

上面的这段markdown解析不正确,会变成下面这样:

2014-07-01_150449

@sunnyxx
Copy link

sunnyxx commented Jul 7, 2014

同样问题,使用-----分割线会不识别,之前版本正常。

@Xuanwo
Copy link
Contributor

Xuanwo commented Jul 12, 2014

貌似还有** **加粗不留空行同样会不识别

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants