showdown/params.json

1 line
1.5 KiB
JSON
Raw Normal View History

2015-05-30 05:26:43 +08:00
{"name":"Showdown","tagline":"A JavaScript markdown converter. Extensible. Truthful.","body":"\r\n**Showdown** is a markdown parser and html converter with an attempt to stay [as close as possible](https://github.com/showdownjs/showdown/wiki/divergences) to the [original](http://web.archive.org/web/20110111145019/http://attacklab.net/showdown/), while providing extensibility through a simple yet efficient [plugin](https://github.com/showdownjs/showdown/wiki/extensions) facility. Tables, GitHub flavoured, and what not.\r\n\r\n## Get It\r\n\r\n```\r\nnpm install showdown\r\n# or\r\nbower install showdown\r\n```\r\n\r\n## Use It\r\n\r\n```\r\nvar Showdown = require('showdown');\r\nvar converter = new showdown.Converter();\r\n\r\nconverter.makeHtml('#hello markdown!');\r\n\r\n// <h1 id=\"hellomarkdown\">hello markdown!</h1>\r\n```\r\n\r\n## Need Help?\r\n\r\n+ [Change Log](https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md)\r\n+ [Wiki](https://github.com/showdownjs/showdown/wiki)\r\n+ [Google Group](https://groups.google.com/forum/#!forum/showdownjs)\r\n+ [Issues](https://github.com/showdownjs/showdown/issues)\r\n+ [stackoverflow](http://stackoverflow.com/questions/tagged/showdown)\r\n\r\n## Credits\r\n\r\n+ [Showdown Copyright (c) 2007 John Fraser](http://web.archive.org/web/20110111145019/http://attacklab.net/showdown/)\r\n+ [Original Markdown Copyright (c) 2004-2005 John Gruber](http://daringfireball.net/projects/markdown/)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}