a atom package for save markdown to html
<!--not to html-->
/<!-- not to html -->
in fileapm install markdown-to-html
#open devtoolCtrl+Shift+I#reloadCtrl+Shift+F5/window reload(in command pannel)/Ctrl+R(in devtool)#clear consoleCtrl+L(in devtool)
# first timegit tag -a v0.0.1 -m "release 0.0.1 version"git push origin --tagsapm publish minor# other timeapm publish minor
"activationCommands": {"atom-workspace": "markdown-to-html:toggle"},
##todo
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.