UNPKG

remark-lint-no-blockquote-without-marker

Version:

remark-lint rule to warn when block quotes have blank lines without markers

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