/remark-import-partial

A plugin for Unified/Remark for populating `@import` syntax with partial files

Primary LanguageJavaScript

remark-import-partial

📝 Populate @import syntax with partial files

Installation

yarn add -D remark-import-partial

Setup

See Using plugins in the official documentation.

Usage

Transform:

Some content

{@import ./my-name.md}

Other content

into:

Some content

Dotan

Other content

The file path is relative to the markdown file path.

License

Dotan Simha MIT