mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Create gh-pages branch via GitHub
This commit is contained in:
parent
6b616d9d09
commit
57ba4040ec
|
@ -56,6 +56,7 @@ converter.makeHtml('#hello markdown!');
|
|||
<a id="need-help" class="anchor" href="#need-help" aria-hidden="true"><span class="octicon octicon-link"></span></a>Need Help?</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md">Change Log</a></li>
|
||||
<li><a href="https://github.com/showdownjs/showdown/wiki">Wiki</a></li>
|
||||
<li><a href="https://groups.google.com/forum/#!forum/showdownjs">Google Group</a></li>
|
||||
<li><a href="https://github.com/showdownjs/showdown/issues">Issues</a></li>
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"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+ [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."}
|
||||
{"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."}
|
Loading…
Reference in New Issue
Block a user