Skip to main content

📦 remark-plugin-import-file

Imports the content of a file in markdown.

Usage​

Read the Import file documentation.

Configuration​

Install the plugin

npm install @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"
]
}