@vuepress/plugin-markdown-math
Version:
VuePress plugin - markdown math
7 lines (6 loc) • 354 B
JavaScript
import { ensureEndingSlash, Logger } from '@vuepress/helper';
import { getDirname, path } from 'vuepress/utils';
const __dirname = getDirname(import.meta.url);
export const CLIENT_FOLDER = ensureEndingSlash(path.resolve(__dirname, '../client'));
export const PLUGIN_NAME = '@vuepress/plugin-markdown-math';
export const logger = new Logger(PLUGIN_NAME);