md-toy-blog
Version:
Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.
17 lines (16 loc) • 644 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var mostachito_1 = __importDefault(require("mostachito"));
var loadDictElement = {
factory: function (_a) {
var missingRefValueReplacementCallback = _a.missingRefValueReplacementCallback;
return new mostachito_1.default(missingRefValueReplacementCallback);
},
locateDeps: {
missingRefValueReplacementCallback: 'missingRefValueReplacementCallback',
}
};
exports.default = loadDictElement;