UNPKG

@braindb/mdast-util-wiki-link

Version:
14 lines (13 loc) 347 B
import { type Handle } from "mdast-util-to-markdown"; export interface ToMarkdownOptions { aliasDivider?: string; } export declare function toMarkdown(opts?: ToMarkdownOptions): { unsafe: { character: string; inConstruct: ("label" | "phrasing" | "reference")[]; }[]; handlers: { wikiLink: Handle; }; };