UNPKG

@mdfriday/foundry

Version:

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

14 lines (13 loc) 422 B
import { ContentService, RefSite } from '../type'; export declare class Ref { private site; private contentSvc; private notFoundURL; constructor(site: RefSite, contentSvc: ContentService, notFoundURL?: string); relRefFrom(argsm: Record<string, any>, source: any): Promise<string>; private relRef; private decodeRefArgs; private refLink; private isPositioner; private logNotFound; }