UNPKG

litvis-integration-mume

Version:

Enables litvis functionality in mume and markdown-preview-enhanced

12 lines (11 loc) 464 B
/// <reference types="cheerio" /> import { LitvisNarrative } from "litvis"; import { LitvisEnhancerCache } from "../types"; /** * Search for all vega and vega-lite blocks and * apply v, r and j keywords to them just as if it works for ```elm * @param $ * @param processedNarrative * @param cache */ export declare const enhanceWithLitvisVegaBlockKeywords: ($: CheerioStatic, processedNarrative: LitvisNarrative, cache: LitvisEnhancerCache) => Promise<void>;