📝 Populate @import
syntax with partial files
yarn add -D remark-import-partial
See Using plugins in the official documentation.
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.
Dotan Simha MIT