Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Finish fixing types
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Jul 8, 2024
1 parent 337b948 commit f83abac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/remark-toc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { fromMarkdown } from "mdast-util-from-markdown";
import type { Parent } from "unist";
import type { VFile } from "vfile";
import type { Content } from "mdast";
import type { Transformer } from "unified";

// relativePathToFile takes a filepath and returns a path we can use in links
// to the file in a table of contents page. The link path is a relative path
Expand Down

0 comments on commit f83abac

Please sign in to comment.