diff --git a/website/docs/markdown-features.mdx b/website/docs/markdown-features.mdx index b8ac1906f4a5..d89ff5ddb663 100644 --- a/website/docs/markdown-features.mdx +++ b/website/docs/markdown-features.mdx @@ -183,6 +183,7 @@ For example, if you are in `doc2.md` and you want to reference `doc1.md` and `fo ```md I am referencing a [document](doc1.md). Reference to another [document in a folder](folder/doc3.md) +[Relative document](../doc2.md) referencing works as well. ``` One benefit of this approach is that the links to external files will still work if you are viewing the file on GitHub.