UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

10 lines (9 loc) 427 B
/** * Inline code. * - Text surrounded by one or more "`" backtick tilde characters. * - Unlike strong/emphasis first or last character of the element can be space, (e.g. `- abc -` will not work). * - Closing characters must exactly match opening characters. * - Works inside link text too, e.g. `` [`code`](url) ``. * - Same as Markdown syntax. */ export declare const CODE_RULE: import("../MarkupRule.js").MarkupRule;