markdown 渲染工具 Showdown.js
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/showdownjs/showdown
- 软件文档: https://github.com/showdownjs/showdown
- 官方下载: https://github.com/showdownjs/showdown
软件介绍
showdown.js是一个javascript环境下markdown语法解释工具. 支持nodejs和各大主流浏览器.
示例代码:
var converter = new showdown.Converter(); var md = '[**Showdown**](http://www.showdownjs.com) is *great*\n' + 'because:\n\n' + ' - it\'s easy to use\n' + ' - it\'s extensible\n' + ' - works in the server and in the browser'; var html = converter.makeHtml(md);
Algorithms and Data Structures
Kurt Mehlhorn、Peter Sanders / Springer / 2008-08-06 / USD 49.95
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer shoul......一起来看看 《Algorithms and Data Structures》 这本书的介绍吧!
