Tonight, I want to show you guys a web application that I made. It's called Mark Steem Down.

Source
https://mark-steem-down.herokuapp.com/
It's a simple MarkDown editor that will make your life easier. Don't worry about remembering all the symbols you need to use to write your post, this editor has them all, and you will create your post faster. It is made in ReactJS, the Javascript library that I talked about other other day, and it's hosted in Heroku, a great platform for web applications.
If you find it useful, please leave a comment and consider upvoting and resteeming the post, I will really appreciate it, and your friend will know about it too.
If you have any recommendation (or problem), leave it as a comment, I will read it as soon as I can.
Changelog
V1.1 - 10/07/17
- Post preview option
- Underline option is not supported by Steemit
V1.0 - 09/07/17
- Bold option added
- Italics option added
- Underline option added
- Strikethrough option added
- Link option added
- Image option added
- Unordered list option added
- Ordered list option added
- Inline code option added
- Quote option added
- Center option added
- Heading (
<h1>
) option added - Separator line option added