@codedoc/core
Version:
Create beautiful modern documentation websites.
8 lines • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Icon = void 0;
function Icon(options, renderer, content) {
return renderer.create("span", { class: "icon-font", "data-ignore-text": true, style: "vertical-align: " + (options.align || 'sub') }, content);
}
exports.Icon = Icon;
//# sourceMappingURL=index.js.map