Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Jun 12, 2024
1 parent fe9501f commit e34ebf5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import debug from 'debug';

import { createProcessor } from '@mdx-js/mdx';

import * as Components from './components';
import { getHref } from './components/Anchor';
import { options } from './options';
Expand All @@ -19,10 +17,6 @@ const utils = {
calloutIcons: {},
};

export const reactProcessor = (opts = {}) => {
return createProcessor({ remarkPlugins, ...opts });
};

export const html = (text: string, opts = {}) => {
unimplemented('html export');
};
Expand Down

0 comments on commit e34ebf5

Please sign in to comment.