shuding / nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.

Home Page:https://nextra.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to extracting multiple similar markdown files and then displaying those markdown files ?

CocaineCong opened this issue · comments

How to extracting multiple similar markdown files and then displaying those markdown files?

we are usually extracting multiple similar markdown files like this:

image

and if I want to use these markdown files in somewhere, I will reference them like this:

xxxxxx...
{{ xxx.md }}
xxxxxx....
image

so i wanna ask for how to do this in nextra ?