UNPKG

markdown-it-git-graph

Version:

一个markdown-it插件,用于生成git提交图

6 lines (5 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GitGraphPlugin = void 0; var plugin_js_1 = require("./plugin.js"); Object.defineProperty(exports, "GitGraphPlugin", { enumerable: true, get: function () { return plugin_js_1.GitGraphPlugin; } });