Markdown-it plugin which adds the ability to include files.
Go to file
2023-11-16 15:13:19 +01:00
src don't share options object 2023-11-16 15:13:14 +01:00
tests add tests 2023-11-16 15:13:19 +01:00
.gitignore initial push 2023-11-16 13:29:00 +01:00
.nvmrc initial push 2023-11-16 13:29:00 +01:00
bun.lockb add tests 2023-11-16 15:13:19 +01:00
package.json add tests 2023-11-16 15:13:19 +01:00
README.md initial push 2023-11-16 13:29:00 +01:00
tsconfig.json initial push 2023-11-16 13:29:00 +01:00

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.