yohang/htmltools

一些用于处理HTML的辅助工具

0.1.3 2018-08-30 08:48 UTC

This package is auto-updated.

Last update: 2024-09-21 20:10:37 UTC


README

一些用于操作HTML的有用(或不那么有用)的工具。

HtmlTools\Helpers::addHeadingsId($html, $headingSelector = 'h1, h2, h3, h4, h5, h6')

这种方法对于自动为标题添加ids并将它们用作锚点非常有用。