single-page-markdown-website
Version:
Create a nice single-page documentation website from one or more Markdown files
13 lines • 522 B
TypeScript
import { Link } from '../../types/types.js';
export declare function renderToHtmlAsync(content: string, { baseUrl, description, faviconImage, links, sections, shareImage, title, toc, version }: {
baseUrl: null | string;
description: null | string;
faviconImage: null | string;
title: null | string;
links: Array<Link>;
sections: null | string;
shareImage: null | string;
toc: null | string;
version: null | string;
}): Promise<string>;
//# sourceMappingURL=render-to-html-async.d.ts.map