UNPKG

mos

Version:

A pluggable module that injects content into your markdown files via hidden JavaScript snippets

11 lines (9 loc) 191 B
'use strict'; module.exports = function (mos, md) { mos.scope.custom = function () { return md.options.customText; }; }; module.exports.attributes = { name: 'mos-plugin-custom' };