mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 17:09:30 +08:00
8 lines
409 B
Text
8 lines
409 B
Text
/**
|
|
* @type {Handle}
|
|
* @param {Blockquote} node
|
|
*/
|
|
export function blockquote(node: Blockquote, _: import("../types.js").Parent | null | undefined, context: import("../types.js").Context, safeOptions: import("../types.js").SafeOptions): string;
|
|
export type Blockquote = import('mdast').Blockquote;
|
|
export type Handle = import('../types.js').Handle;
|
|
export type Map = import('../util/indent-lines.js').Map;
|