Visual Editor feature WordPress and replaces it with Markdown editor so that you can join sites like StackOverflow and Github writing in the simple growingly Markdown format..
For the more technical among you, Typewriter removes TinyMCE editor and defaults to Markdown specific.
Text editor and parses the output using MarkdownExtra...
Login to WordPress and go to Plugins > Add New > Upload.
Upload the folder to your wp-content plugins directory..
Activate the plugin through 'Plugins WordPress..
Markdown will ignore HTML only parse any Markdown specific code that it finds...
Unfortunaetly your content will not be parsed by MarkdownExtra anymore and will appear like it does in the editor.
In this case you would need to convert your Markdown content to HTML...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more