文件名称:htmlup:轻松快速的markdown解析器
文件大小:17KB
文件格式:ZIP
更新时间:2024-02-24 23:18:09
markdown php markdown-parser markdown-to-html php-markdown-parser
adhocore / htmlup htmlup对于用PHP编写的html解析器htmlup是超轻量级的,而且速度htmlup 。 概念-将markdown分成几行,并一一解析为标记,最后将markdown语法应用于标记。 它支持大多数降价活动。 安装 运行composer require adhocore/htmlup 用法 <?php use Ahc \ HtmlUp ; // require '/path/to/vendor/autoload.php'; // Defaults to 4 space indentation. echo new Ahc \ HtmlUp ( $ mark
【文件预览】:
htmlup-master
----.gitignore(3KB)
----src()
--------HtmlUp.php(5KB)
--------BlockElementParser.php(7KB)
--------HtmlHelper.php(2KB)
--------SpanElementParser.php(2KB)
----.travis.yml(252B)
----CONTRIBUTING.md(2KB)
----LICENSE(1KB)
----composer.json(820B)
----CHANGELOG.md(2KB)
----.github()
--------FUNDING.yml(35B)
----examples()
--------example.php(533B)
----README.md(2KB)
----phpunit.xml(614B)
----VERSION(6B)
----tests()
--------src()
--------bootstrap.php(235B)
----.gitattributes(483B)
----docs()
--------PULL_REQUEST_TEMPLATE.md(341B)
--------ISSUE_TEMPLATE.md(729B)
----.editorconfig(367B)