UNPKG

@connectv/marked

Version:
7 lines 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function Paragraph(_, renderer, content) { return renderer.create("p", null, content); } exports.Paragraph = Paragraph; //# sourceMappingURL=paragraph.js.map