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 e649f6ea33
commit 88d86eb1e3
+2
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 -->