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