Browse Source

docs(README.md): add live demo

Estevão Soares dos Santos 10 years ago
parent
commit
47f3bbd2c6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -6,6 +6,10 @@
 
 Showdown is a Javascript Markdown to HTML converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with NodeJs).
 
+## Live DEMO
+
+Check a live Demo here http://showdownjs.github.io/demo/
+
 
 ## Installation