markdown-it-import/README.md
2023-11-16 13:29:00 +01:00

553 B

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.