shuding/nextra

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

Open

#2,865 opened on May 4, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (1,413 forks)user submission
documentationhelp wanted

Repository metrics

Stars
 (13,807 stars)
PR merge metrics
 (Avg merge 6d 16h) (3 merged PRs in 30d)

Description

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

we are usually extracting multiple similar markdown files like this:

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

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

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

Contributor guide