remark-import-partial
v0.0.2
Published
📝 Populate `@import` syntax with partial files
Readme
remark-import-partial
📝 Populate @import syntax with partial files
Installation
yarn add -D remark-import-partialSetup
See Using plugins in the official documentation.
Usage
Transform:
Some content
{@import ./my-name.md}
Other contentinto:
Some content
Dotan
Other contentThe file path is relative to the markdown file path.
License
Dotan Simha MIT
