makinacorpus/php-header-fixer
Composer 安装命令:
composer require makinacorpus/php-header-fixer
包简介
Fixes headers in HTML text
README 文档
README
Header fixer
Usage
Fixes header semantic hierarchy in HTML text.
$fixedHtmlText = \MakinaCorpus\HeaderFixer\Header::fix($originalHtmlText, 0, true);
And that is pretty much it.
- Options are:
0is the decal, if you, for example, want the text to start withh2instead ofh1, then set1here, forh3set2, etc...trueis the relocate orphans options, if set to true, when a title is the single one at his own level, with no siblings, it will be put at a higher level side by side its parent.
TODOLIST
- implement a generic twig filter
- implement a drupal 7 module (another repo, including jolitypo)
- implement a drupal 8 module (another repo, including jolitypo)
统计信息
- 总下载量: 446
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-12