UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

11 lines (10 loc) 333 B
export declare const PARAGRAPH_REGEXP: import("../../index.js").NamedRegExp<{ paragraph: string; }>; /** * Paragraph. * - Captures almost anything in a block context. * - Any run of non-whitespace. * - Leading and trailing whitespace is trimmed. */ export declare const PARAGRAPH_RULE: import("../util/rule.js").MarkupRule;