Skip to content

Fix TypeScript errors in markdownUtils #21

Fix TypeScript errors in markdownUtils

Fix TypeScript errors in markdownUtils #21

Triggered via push January 30, 2025 16:56
Status Failure
Total duration 25s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build (20.x): src/utils/markdownUtils.ts#L4
'"marked"' has no exported member named 'Link'. Did you mean 'Links'?
build (20.x): src/utils/markdownUtils.ts#L28
Argument of type '{ href: any; title: Link; text: Link; }' is not assignable to parameter of type 'Link'.
build (20.x): src/utils/markdownUtils.ts#L74
Type 'string | Promise<string>' is not assignable to type 'string'.
build (20.x)
Process completed with exit code 2.