📦 remark-plugin-import-file
Imports the content of a file in markdown.
Usage​
Read the Import file documentation.
Configuration​
Install the plugin
- npm
- Yarn
- pnpm
npm install @rise4fun/docusaurus-remark-import-file
yarn add @rise4fun/docusaurus-remark-import-file
pnpm add @rise4fun/docusaurus-remark-import-file
and add to your docusaurus.configuration.js
file as other remark plugins.
const config = {
plugins: [
...,
"@rise4fun/docusaurus-remark-import-file"
]
}