PHP 写的 Markdown 解析器 Parsedown
- 授权协议: MIT
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: http://parsedown.org/
- 软件文档: https://github.com/erusev/parsedown/blob/master/README.md
- 官方下载: https://github.com/erusev/parsedown/releases
软件介绍
Parsedown 是一个用 PHP 写的 Markdown 解析器,解析速度非常快,而且简洁。
示例代码:
$text = 'Hello **Parsedown**!'; $result = Parsedown::instance()->parse($text); echo $result; # prints: <p>Hello <strong>Parsedown</strong>!</p>
An Introduction to the Analysis of Algorithms
Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99
This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!
