docs: Fix formatting issue in memport documentation (#14774)

This commit is contained in:
Wang Lecheng
2026-01-13 02:17:15 +08:00
committed by GitHub
parent 15891721ad
commit 0167392f22

View File

@@ -83,7 +83,9 @@ The processor automatically detects and prevents circular imports:
# file-a.md
@./file-b.md
```
```markdown
# file-b.md
@./file-a.md <!-- This will be detected and prevented -->