UNPKG

mume-with-litvis

Version:

Fork of mume with added http://litvis.org/

8 lines (7 loc) 401 B
import { MarkdownEngineRenderOption } from "../markdown-engine"; /** * This function resolves image paths * @param $ cheerio object that we will analyze * @return cheerio object */ export default function enhance($: any, options: MarkdownEngineRenderOption, resolveFilePath: (path: string, useRelativeFilePath: boolean, fileDirectoryPath?: string) => string, usePandocParser: any): Promise<void>;