From d8fc5797820741f0bd4b332ce5660d39d442fd3f Mon Sep 17 00:00:00 2001 From: Evorp <75297863+3vorp@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:02:41 -0800 Subject: [PATCH] fix: markdown extensions typo --- docs/en/guide/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/markdown.md b/docs/en/guide/markdown.md index dd577fe1..f8edbbc5 100644 --- a/docs/en/guide/markdown.md +++ b/docs/en/guide/markdown.md @@ -22,7 +22,7 @@ Both internal and external links get special treatment. ### Internal Links -Internal links are converted to router link for SPA navigation. Also, every `index.md` contained in each sub-directory will automatically be converted to `index.html`, with corresponding URL `/`. +Internal links are converted to router links for SPA navigation. Also, every `index.md` contained in each sub-directory will automatically be converted to `index.html`, with corresponding URL `/`. For example, given the following directory structure: