##What is it? Markdown2Clipboard is a simple Sublime Text plugin that converts markdown text into HTML and copy it to system clipboard. so you can paste it in some HTML code editor.
##How to install
- download it or use git to check it out.
- unzip it to you Sublime Text Package folder,(FYI:
Preferences/Browse Packages) - after edit your markdown text,right click in the edit area,choose
Copy Markdown as HTML
##How to use it
when editing a markdown file,just right click anywhere in the edit area.and choose Copy Markdown as HTML
##Feature
- footnotes support
- wiki table,though I made a little change to this
##other this plugin is using Markdown2 module by trentm.
more info can be found on my blog.
##changelog
2012/11/5
- Added status message
- Support selection mode now, if you have selected some text,it will only convert seleted text now.
