markdown-to-html

a atom package for save markdown to html

huangjinlin

24,059

6

0.5.0

MIT

GitHub

atom-markdown-to-html

a atom package for save markdown to html

features

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

"activationCommands": {
  "atom-workspace": "markdown-to-html:toggle"
},

refer to

##todo