remark-lint-blockquote-indentation
Version:
remark-lint rule to check whitespace after block quote markers
8 lines • 306 B
TypeScript
export default remarkLintBlockquoteIndentation;
/**
* Configuration.
*/
export type Options = number | "consistent";
declare const remarkLintBlockquoteIndentation: import("unified-lint-rule").Plugin<Root, Options | null | undefined>;
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map