yarle-evernote-to-md
Version:
Yet Another Rope Ladder from Evernote
7 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.END_BLOCK = exports.START_BLOCK = exports.CONTENT_PLACEHOLDER = void 0;
exports.CONTENT_PLACEHOLDER = '{source}';
exports.START_BLOCK = '{source-block}';
exports.END_BLOCK = '{end-source-block}';
//# sourceMappingURL=source-placeholders.js.map