Usage. Enable plugin. var md = require('markdown-it')({ replaceLink: function (link, env) { return link + "?c=" + Date.now(); } ...
確定! 回上一頁