From 0167392f2268473e348f54af541a4d6d6ed50f64 Mon Sep 17 00:00:00 2001 From: Wang Lecheng Date: Tue, 13 Jan 2026 02:17:15 +0800 Subject: [PATCH] docs: Fix formatting issue in memport documentation (#14774) --- docs/core/memport.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/core/memport.md b/docs/core/memport.md index 9248f68dee..1460404792 100644 --- a/docs/core/memport.md +++ b/docs/core/memport.md @@ -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