0.0.2 ā€¢ Published 4 years ago

remark-import-partial v0.0.2

Weekly downloads
361
License
MIT
Repository
-
Last release
4 years ago

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