Henry Zhu

Results 3 issues of Henry Zhu

Hi, Here is my **post request body**: `{"data": [{"password": "xxx", "email": "xxx"}]}` ![image](https://user-images.githubusercontent.com/6239652/32533256-44bbfaba-c415-11e7-936d-70ffe5c06576.png) I tried to config in this way: ![image](https://user-images.githubusercontent.com/6239652/32533340-c2359032-c415-11e7-9d2a-ea25f82ca4fa.png) But failed and got this error: ![image](https://user-images.githubusercontent.com/6239652/32533277-643a89f6-c415-11e7-97ce-fdd2f9772c3c.png)

enhancement

My HexoEditor Setting β†’ Image Source Center: `.../source/images` When pasting img to HexoEditor, it converted image to`![](/2018-08-07-octopress-to-hexo/old_blog.png)`. --- However, I expected it to be `![](/images/2018-08-07-octopress-to-hexo/old_blog.png)` How can I achieve that?