@frontify/fondue
Version:
Design system of Frontify
14 lines (13 loc) • 419 B
JavaScript
import e from "./extensions/link/index.es.js";
import s from "./extensions/list/index.es.js";
import i from "./extensions/mention/index.es.js";
const r = (o) => {
const n = /* @__PURE__ */ new Map();
n.set("mentionExtension", i()), n.set("listExtension", s()), n.set("linkExtension", e());
for (const t of n.values())
t(o);
}, E = () => r;
export {
E as remarkFondue
};
//# sourceMappingURL=index.es.js.map