Compiling Markdown to HTML?

I would like to write Markdown code ( http://en.wikipedia.org/wiki/Markdown ) inside a .md file, and then just execute a command in WebStorm which would create the corresponding HTML document based on this Markdown file.

Please tell me that WebStrom can do this...

0
1 comment

WebStorm can execute corresponding compiler or tool on selected file or folder..

See Settings | External tools to define a tool and Settings | Keymap to create a shourtcut.

0

Please sign in to leave a comment.