cleanup and dep update

This commit is contained in:
2024-10-07 11:11:19 +02:00
parent a6c56e536a
commit 06e5b80a0e
4 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import { readFile } from 'fs/promises'
import { join } from 'path'
import { readFile } from 'node:fs/promises'
import { join } from 'node:path'
import MarkdownIt from 'markdown-it'
import { Options, importPlugin } from '../src/index.ts'