- Just add Markdown files with gray matter and it will generate typings for them,
- Generated typings from Markdowns can get automatically converted into html structure,
- There is a Next JS Plugin to work faster with MDtx on NextJS,
npm i mdtx
mdtx init
{
"in": "./content",
"out": "./src",
}
- in: string - is the designated folder with content, (default: "./content")
- out: string - is the designated folder to generate mdtx.ts file, (default: "./src")
- markdownToHtml: boolean - allow mdtx to convert md content to html content. (default: false)
mdtx
mdtx -b
- NextJS plugin
- Gatsby plugin
- Tree building
- Summary building
- Other language generation