Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Jul 17, 2024
1 parent 5058836 commit f642a54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/api/srcmd/encoding.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { marked } from 'marked';
import type {
CodeCellType,
MarkdownCellType,
Expand All @@ -9,8 +8,6 @@ import type {
PlaceholderCellType,
} from '@srcbook/shared';

marked.use({ gfm: true });

export function encode(
allCells: CellWithPlaceholderType[],
metadata: SrcbookMetadataType,
Expand Down

0 comments on commit f642a54

Please sign in to comment.