Learning the Markdown Syntax
Markdown is just a way in which you write some text in an easy-to-read and easy-to-write way that can be converted to HTML with a markdown parser that's usually written in a programming language like Perl, Javascript, PHP, etc.
This is the official site of markdown:
http://daringfireball.net/projects/markdown/
The official parser is written in Perl while parsers in PHP, JS, etc. also exist. Some of them have added more features over the existing set.
Here are 2 such popular parsers:
- Github Flavoured Markdown
- PHP Markdown - comes with the extra pack too!
Related:
Warning: Invalid argument supplied for foreach() in /var/www/cssdeck.com/app/modules/labs/views/_details.php on line 68