default: {
parse: (content: string, source: string) => any;
path: string;
method: string;
markdownFields: any[];
markdownRemoveFields: any[];
init: (app: any) => void;
}
Type Declaration
parse: (content: string, source: string) => any
path: string
method: string
markdownFields: any[]
markdownRemoveFields: any[]
init: (app: any) => void