atom-markdown-to-html
a atom package for save markdown to html
features
- press "ctrl+s" to convert markdown to html in same path
 - the html style from github and has toTop button
 - ignore some md file,when have 
<!--not to html-->/<!-- not to html -->in file 
installation
apm install markdown-to-html
debug
#open devtool
Ctrl+Shift+I
#reload
Ctrl+Shift+F5/window reload(in command pannel)/Ctrl+R(in devtool)
#clear console
Ctrl+L(in devtool)
publish
# first time
git tag -a v0.0.1 -m "release 0.0.1 version"
git push origin --tags
apm publish minor
# other time
apm publish minor
tip
- how to active when init remove activationCommands in package.json
 
"activationCommands": {
  "atom-workspace": "markdown-to-html:toggle"
},
refer to
- Atom插件开发入门教程
 - package-word-count
 - package-generator
 - atom-markdown-toc-auto
 - uglify-on-save
 - git 打标签并推送tag到托管服务器
 
##todo
- 配置页面-保存文件执行转换的开关
 - 通过命令执行