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