moved import statement location

This commit is contained in:
Kim, Jimin 2021-09-08 11:25:45 +09:00
parent c82a8e923d
commit 0ee2cd0b13

View file

@ -13,9 +13,9 @@ import readTimeEstimate from "read-time-estimate" // post read time estimation
import matter from "gray-matter" // parse markdown metadata
import toc from "markdown-toc" // table of contents generation
import markdownIt from "markdown-it" // rendering markdown
import hljs from "highlight.js" // code block highlighting
import markdownItTexMath from "markdown-it-texmath" // rendering mathematical expression
import markdownItAnchor from "markdown-it-anchor" // markdown anchor
import hljs from "highlight.js" // code block highlighting
import katex from "katex" // rendering mathematical expression
const markdownPath = "./markdown" // where it will look for markdown documents