chore: fix marked import

This commit is contained in:
Tony Brix 2021-11-13 00:58:00 -06:00 committed by GitHub
parent 501e17bc35
commit 0cc7676897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const fs = require('fs/promises')
const path = require('path')
const marked = require('marked')
const { marked } = require('marked')
const fm = require('front-matter')
const { highlight } = require('highlight.js')