renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
10 lines (9 loc) • 345 B
TypeScript
import type { Options as RemarkGithubOptions } from 'remark-github';
export declare function sanitizeMarkdown(markdown: string): string;
/**
*
* @param content content to process
* @param options github options
* @returns linkified content
*/
export declare function linkify(content: string, options: RemarkGithubOptions): Promise<string>;