Skip to content

Commit

Permalink
Update rehype and remark dependencies (ignoring ts errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Jan 18, 2024
1 parent a1346e6 commit 4b3066b
Show file tree
Hide file tree
Showing 4 changed files with 5,490 additions and 1,034 deletions.
1 change: 1 addition & 0 deletions app/lib/md.server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
/*!
* Forked from https://github.com/ryanflorence/md/blob/master/index.ts
*
Expand Down
2 changes: 2 additions & 0 deletions app/lib/mdtut.server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck

import { loadPlugins, type UnistNode } from "~/lib/md.server";
import LRUCache from "lru-cache";
import type { Processor } from "unified";
Expand Down
Loading

0 comments on commit 4b3066b

Please sign in to comment.