From 27bee019c058c11353bd9a8816d06bb2718d0968 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Sat, 20 Jul 2024 13:41:29 +0200 Subject: [PATCH] Add info about the {open} attr. for `details` container --- docs/en/guide/markdown.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/guide/markdown.md b/docs/en/guide/markdown.md index e3763167..8fba8e35 100644 --- a/docs/en/guide/markdown.md +++ b/docs/en/guide/markdown.md @@ -206,6 +206,8 @@ console.log('Hello, VitePress!') ``` ::: +To keep the `details` container open during development, add `{open}` at the end of the title. + Also, you may set custom titles globally by adding the following content in site config, helpful if not writing in English: ```ts