Posts

Testing Markdown in Web using Showdown

DEMO MARKDOWN ![Showdown][sd-logo] Showdown is a Javascript Markdown to HTML converter, based on the original works by John Gruber. It can be used client side (in the browser) or server side (with Node or io). # Installation ## Download tarball You can download the latest release tarball directly from [releases][releases] ## Bower bower install showdown ## npm (server-side) npm install showdown ## CDN You can also use one of several CDNs available: * rawgit CDN https://cdn.rawgit.com/showdownjs/showdown/ /dist/showdown.min.js * cdnjs https://cdnjs.cloudflare.com/ajax/libs/showdown/ /showdown.min.js [sd-logo]: https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png [releases]: https://github.com/showdownjs/showdown/releases [atx]: http://www.aaronsw.com/2002/atx/intro [setext]: https://en.wikipedia.org/wiki/Setext --------- # Syntax ## Table of contents - [Introduction](#introduction) - [Paragraphs](#paragraphs) ...

Test Pub Sub Pattern

Pub Sub Pattern Test Reset