Markdown Language
|The Problem
When writing a webpage, The HTML codes are inserted while typing which takes away rhythm,
These days since the author’s are increasingly happens to be webdevelopers.Markdown languages makes the workflow easier by compiling the simple symbols into HTML elements.
HTML: The <h1> Hello World </h1>
markdown: # H1 World #
e.g.
H1 World
HTML: <strong>World</strong>
markdown: **Hello Link**
e.g.
Hello Link
markdown: [wizoft](http://www.wizoft.com)
HTML: <a href="http://www.wizoft.com">Wizoft" </a>
e.g.
wizoft
and much more.
Markdownpad can be downloaded from the location below, free version is available.