1 2 3 4 5
import { readFileSync } from 'fs'; export const md = { introduction: readFileSync(`${__dirname}/introduction.md`).toString(), };