UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

5 lines (4 loc) 256 B
export declare function sanitize(input: string): string; export declare function addContextRoot(root: string, path: string): string; export declare function makePermalink(baseURL: string, path: string): URL; export declare function dir(s: string): string;