singular-it/parsedown-extra
最新稳定版本:v2.0.0-beta-1
Composer 安装命令:
composer require singular-it/parsedown-extra
包简介
An extension of Parsedown that adds support for Markdown Extra.
README 文档
README
You might also like Nota - our Markdown editor for the Desktop.
Parsedown Extra
An extension of Parsedown that adds support for Markdown Extra.
Installation
Include both Parsedown.php and ParsedownExtra.php or install the composer package.
Example
$Extra = new ParsedownExtra(); echo $Extra->text('# Header {.sth}'); # prints: <h1 class="sth">Header</h1>
Questions
Who uses Parsedown Extra?
October CMS, Winter CMS, Bolt CMS, Kirby CMS, Grav CMS, Statamic CMS and more.
How can I help?
Use it, star it, share it and in case you feel generous, donate some money.
统计信息
- 总下载量: 661
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-27