Add ID to all headings @param {HTMLDom} $
($)
| 17 | @param {HTMLDom} $ |
| 18 | */ |
| 19 | function addHeadingId($) { |
| 20 | return editHTMLElement($, 'h1,h2,h3,h4,h5,h6', addId); |
| 21 | } |
| 22 | |
| 23 | module.exports = addHeadingId; |
no test coverage detected
searching dependent graphs…