UNPKG

remark-lint-no-paragraph-content-indent

Version:

remark-lint rule to warn when the content in paragraphs are indented

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