UNPKG

longform-markdown-splitter

Version:

Splits and transforms markdown files from obsidian for usage in hugo.

13 lines (12 loc) 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MD_InsertDate_Mapping = void 0; var MD_InsertDate_Mapping = (function () { function MD_InsertDate_Mapping() { } MD_InsertDate_Mapping.prototype.perform = function (mapping_properties) { return new Date().toJSON().slice(0, 16); }; return MD_InsertDate_Mapping; }()); exports.MD_InsertDate_Mapping = MD_InsertDate_Mapping;