UNPKG

remark-lint-no-heading-like-paragraph

Version:

remark-lint rule to for too many hashes (h7+ “headings”)

4 lines 218 B
export default remarkLintNoHeadingLikeParagraph; declare const remarkLintNoHeadingLikeParagraph: import("unified-lint-rule").Plugin<Root, unknown>; import type { Root } from 'mdast'; //# sourceMappingURL=index.d.ts.map