PHP Markdown 解析器 PHP CommonMark
- 授权协议: BSD
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: http://commonmark.thephpleague.com/
- 软件文档: https://github.com/thephpleague/commonmark
软件介绍
CommonMark 是基于 CommonMark 规范的 PHP Markdown 解析器。
主要特性:
完全支持 CommonMark 规范 (100% compliance)
匹配 C 和 JavaScript 版本的 CommonMark
持续改进性能
提供扩展解析器和渲染器
基本使用:
use League\CommonMark\CommonMarkConverter;
$converter = new CommonMarkConverter();
echo $converter->convertToHtml('# Hello World!');
// <h1>Hello World!</h1>
Developer's Guide to Social Programming
Mark D. Hawker / Addison-Wesley Professional / 2010-8-25 / USD 39.99
In The Developer's Guide to Social Programming, Mark Hawker shows developers how to build applications that integrate with the major social networking sites. Unlike competitive books that focus on a s......一起来看看 《Developer's Guide to Social Programming》 这本书的介绍吧!
