UNPKG

remark-lint-no-heading-content-indent

Version:

remark-lint rule to warn when heading content is indented

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