Newer
Older
import CodeService from "./CodeService/CodeService";
import SubscriptService from "./SubscriptService/SubscriptService";
import SuperscriptService from "./SuperscriptService/SuperscriptService";
import StrikeThroughService from "./StrikeThroughService/StrikeThroughService";
export default [
new CodeService(),
new StrongService(),
new EmphasisService(),
new SubscriptService(),
new SuperscriptService(),
new StrikeThroughService()