octoper/parsedown-extra
Composer 安装命令:
composer require octoper/parsedown-extra
包简介
An extension of Parsedown that adds support for Markdown Extra.
README 文档
README
You might also like Caret - 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, 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.
统计信息
- 总下载量: 104
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-31