mirror of
https://github.com/cupcakearmy/markdown-it-import.git
synced 2024-12-21 15:56:26 +00:00
Markdown-it plugin which adds the ability to include files.
src | ||
tests | ||
.gitignore | ||
.nvmrc | ||
bun.lockb | ||
package.json | ||
README.md | ||
tsconfig.json |
Markdown import plugin
This is a markdown-it
plugin to include/import raw files from your filesystem.
Features
- No dependencies
- Recursive import
- Import whatever file
- Customizable RegEx
Installation
npm install @nicco.io/markdown-it-import
Similar works
There are two very similar plugins, which this one is def. inspired by, however while the one can only import .md
files, the other cannot select single lines.